Removed upx dep

main
Jef Roosens 2022-01-14 20:05:02 +01:00
parent 3f9e9a82dc
commit 0b6c20140d
Signed by untrusted user: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ENV VFLAGS -cc gcc
RUN mkdir -p /opt/vlang && \
ln -s /opt/vlang/v /usr/bin/v && \
apk --no-cache add \
git make upx gcc bash \
git make gcc bash \
musl-dev \
openssl-libs-static openssl-dev \
zlib-static bzip2-static xz-dev expat-static zstd-static lz4-static \