From 6cffed502ee8886fb45c8341370c86bdc1ac7cb0 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Jun 2019 22:07:52 +0200 Subject: [PATCH] fixed dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75ad3c7..df814a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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