Update Dockerfile

This commit is contained in:
Layla 2024-04-01 15:35:16 +02:00 committed by GitHub
parent 83ce22b4f5
commit b5f0b072e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="white"
RUN dnf install unzip -y RUN dnf install unzip -y
# Install Butler # Install Butler
RUN curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default \ RUN curl -L -o butler.zip https://broth.itch.zone/butler/linux-amd64/LATEST/archive/default \
&& unzip butler.zip \ && unzip butler.zip \
&& cp butler /usr/bin \ && cp butler /usr/bin \
&& chmod +x /usr/bin/butler && chmod +x /usr/bin/butler