File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ RUN apt-get -y update \
12
12
ca-certificates \
13
13
curl \
14
14
gcc \
15
- # libssl1.0.0 \ v1.0.0 not available in debian stretch
16
- # libssl -dev \
15
+ libssl1.0.2 \
16
+ libssl1.0 -dev \
17
17
liblzo2-2 \
18
18
liblzo2-dev \
19
19
libncurses5 \
@@ -24,10 +24,6 @@ RUN apt-get -y update \
24
24
pkg-config \
25
25
zlib1g \
26
26
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 \
31
27
&& curl -o tinc.tar.gz -SL https://www.tinc-vpn.org/packages/tinc-${TINC_VERSION}.tar.gz \
32
28
&& mkdir -p /container/tinc-sources \
33
29
&& tar -xzf tinc.tar.gz --strip 1 -C /container/tinc-sources \
@@ -37,7 +33,7 @@ RUN apt-get -y update \
37
33
&& cd - \
38
34
&& mkdir -p /usr/local/var/run/ \
39
35
&& 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 \
41
37
&& rm -f tinc.tar.gz \
42
38
&& rm -rf /container/tinc-sources \
43
39
&& apt-get clean \
You can’t perform that action at this time.
0 commit comments