We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04663c commit aa4f190Copy full SHA for aa4f190
docker/ubuntu_18.04-x64/Dockerfile
@@ -21,8 +21,6 @@ RUN \
21
python3-pip \
22
libz-dev \
23
zlib1g-dev \
24
- libssl-dev \
25
- openssl \
26
&& \
27
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 30 && \
28
update-alternatives --set cc /usr/bin/gcc && \
docker/ubuntu_18.04-x64/docker-entrypoint.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
-./configure --shared --shared-openssl
+./configure --shared
3
4
make -j$(nproc)
0 commit comments