mirror of
https://github.com/Wonderfall/docker-synapse.git
synced 2025-05-12 11:22:14 -04:00
remove libressl dependency
This commit is contained in:
parent
d5d413b64a
commit
ba4b483aa3
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ RUN apk -U upgrade \
|
|||
build-base \
|
||||
libffi-dev \
|
||||
libjpeg-turbo-dev \
|
||||
libressl-dev \
|
||||
libxslt-dev \
|
||||
linux-headers \
|
||||
openssl-dev \
|
||||
postgresql-dev \
|
||||
rustup \
|
||||
zlib-dev \
|
||||
|
@ -57,10 +57,10 @@ RUN apk -U upgrade \
|
|||
libffi \
|
||||
libgcc \
|
||||
libjpeg-turbo \
|
||||
libressl \
|
||||
libstdc++ \
|
||||
libxslt \
|
||||
libpq \
|
||||
openssl \
|
||||
zlib \
|
||||
tzdata \
|
||||
xmlsec \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue