vlang: removed unused graphic libraries
This commit is contained in:
parent
5f6a4a5c77
commit
2125c6cae2
1 changed files with 2 additions and 4 deletions
|
|
@ -11,12 +11,10 @@ ENV PATH /opt/vlang:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
ENV VFLAGS -cc gcc -gc none
|
ENV VFLAGS -cc gcc -gc none
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
git make gcc curl openssl \
|
git make gcc curl musl-dev \
|
||||||
musl-dev \
|
openssl openssl-libs-static openssl-dev \
|
||||||
openssl-libs-static openssl-dev \
|
|
||||||
zlib-static bzip2-static xz-dev expat-static zstd-static lz4-static \
|
zlib-static bzip2-static xz-dev expat-static zstd-static lz4-static \
|
||||||
sqlite-static sqlite-dev \
|
sqlite-static sqlite-dev \
|
||||||
libx11-dev glfw-dev freetype-dev \
|
|
||||||
libarchive-static libarchive-dev \
|
libarchive-static libarchive-dev \
|
||||||
diffutils \
|
diffutils \
|
||||||
mandoc unzip
|
mandoc unzip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue