Added make
continuous-integration/drone/push Build is passing Details

This commit is contained in:
konrad 2019-06-22 22:40:05 +00:00
parent 4fbd908b6e
commit 99f204ede5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --update wget tar xz && \
RUN apk add --update wget make 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