Skip to content

Commit 0296bc7

Browse files
committed
libssl1.0.2
1 parent a7781d0 commit 0296bc7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

image/Dockerfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN apt-get -y update \
1212
ca-certificates \
1313
curl \
1414
gcc \
15-
# libssl1.0.0 \ v1.0.0 not available in debian stretch
16-
# libssl-dev \
15+
libssl1.0.2 \
16+
libssl1.0-dev \
1717
liblzo2-2 \
1818
liblzo2-dev \
1919
libncurses5 \
@@ -24,10 +24,6 @@ RUN apt-get -y update \
2424
pkg-config \
2525
zlib1g \
2626
zlib1g-dev \
27-
&& curl -o libssl.deb -SL http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb7u2_amd64.deb \
28-
&& curl -o libssl-dev.deb -SL http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl-dev_1.0.1t-1+deb7u2_amd64.deb \
29-
&& dpkg -i libssl.deb && rm libssl.deb \
30-
&& dpkg -i libssl-dev.deb && rm libssl-dev.deb \
3127
&& curl -o tinc.tar.gz -SL https://www.tinc-vpn.org/packages/tinc-${TINC_VERSION}.tar.gz \
3228
&& mkdir -p /container/tinc-sources \
3329
&& tar -xzf tinc.tar.gz --strip 1 -C /container/tinc-sources \
@@ -37,7 +33,7 @@ RUN apt-get -y update \
3733
&& cd - \
3834
&& mkdir -p /usr/local/var/run/ \
3935
&& apt-get remove -y --purge --auto-remove ca-certificates curl gcc \
40-
libssl-dev liblzo2-dev libncurses5-dev libreadline-dev make pkg-config zlib1g-dev \
36+
libssl1.0-dev liblzo2-dev libncurses5-dev libreadline-dev make pkg-config zlib1g-dev \
4137
&& rm -f tinc.tar.gz \
4238
&& rm -rf /container/tinc-sources \
4339
&& apt-get clean \

0 commit comments

Comments
 (0)