Skip to content

Commit aa4f190

Browse files
committed
Revert "let's try building x64 with shared openssl"
This reverts commit 45cd1d3.
1 parent d04663c commit aa4f190

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docker/ubuntu_18.04-x64/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ RUN \
2121
python3-pip \
2222
libz-dev \
2323
zlib1g-dev \
24-
libssl-dev \
25-
openssl \
2624
&& \
2725
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 30 && \
2826
update-alternatives --set cc /usr/bin/gcc && \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
./configure --shared --shared-openssl
2+
./configure --shared
33

44
make -j$(nproc)

0 commit comments

Comments
 (0)