Add mage
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-09-03 13:33:39 +02:00
parent 99f204ede5
commit ed3e1983fc
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -5,5 +5,9 @@ RUN apk add --update wget make tar xz && \
tar xf upx-3.95-amd64_linux.tar.xz && \
mv upx-3.95-amd64_linux/upx /usr/local/bin
RUN wget https://github.com/magefile/mage/releases/download/v1.10.0/mage_1.10.0_Linux-64bit.tar.gz && \
tar xf mage_1.10.0_Linux-64bit.tar.gz && \
mv mage /usr/local/bin
ENTRYPOINT ["upx"]