Removed bash from builder

main
Jef Roosens 2022-01-14 20:10:40 +01:00
parent 0b6c20140d
commit 3ee796f0a5
Signed by: 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 gcc bash \
git make gcc \
musl-dev \
openssl-libs-static openssl-dev \
zlib-static bzip2-static xz-dev expat-static zstd-static lz4-static \