1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00

Merge pull request #161 from iriszero/master

Add a missing dependency
This commit is contained in:
Kevin He 2021-01-22 18:08:42 +08:00 committed by GitHub
commit b89d933878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ RUN apk add --update build-base \
cmake \
gnutls \
gnutls-dev \
gnutls-utils \
libstdc++ \
&& wget -O- http://downloads.sourceforge.net/project/libuuid/libuuid-1.0.3.tar.gz | tar xz \
&& cd libuuid-1.0.3 \