fixed dockerfile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
konrad 2019-06-22 22:07:52 +02:00
parent a3799223af
commit 6cffed502e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --update wget tar && \
RUN apk add --update wget tar xz && \
wget https://github.com/upx/upx/releases/download/v3.95/upx-3.95-amd64_linux.tar.xz && \
tar xf upx-3.95-amd64_linux.tar.xz && \
mv upx-3.95-amd64_linux/upx /usr/local/bin