From b1f7d404eb71c32cb54e13480035af5f4c3fcf02 Mon Sep 17 00:00:00 2001 From: Oskar van Velden Date: Thu, 11 Jun 2020 09:22:48 +0200 Subject: [PATCH] Install unzip --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 86dba8e..98c85d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ LABEL "com.github.actions.description"="Publishes releases to Itch.io using Butl LABEL "com.github.actions.icon"="upload" LABEL "com.github.actions.color"="white" +RUN dnf install unzip -y + # Install Butler RUN curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default \ && unzip butler.zip \