Skip to content

Commit e1502e7

Browse files
author
Andras Fekete
committed
Need a newer version that doesn't complain about libz
1 parent 0ab1f19 commit e1502e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN cd /opt/sources && git clone --single-branch https://github.com/cisco/hash-s
4040

4141
# Install pkixssh to /opt/pkixssh for X509 interop testing with wolfSSH
4242
RUN mkdir /var/empty
43-
RUN cd /opt/sources && wget -q -O- https://roumenpetrov.info/secsh/src/pkixssh-14.1.1.tar.gz | tar xzf - && cd pkixssh-14.1.1 && ./configure --prefix=/opt/pkixssh/ --exec-prefix=/opt/pkixssh/ && make install
43+
RUN cd /opt/sources && wget -q -O- https://roumenpetrov.info/secsh/src/pkixssh-15.1.tar.gz | tar xzf - && cd pkixssh-15.1 && ./configure --prefix=/opt/pkixssh/ --exec-prefix=/opt/pkixssh/ && make install
4444

4545
# Install udp/tcp-proxy
4646
RUN cd /opt/sources && git clone --depth=1 --single-branch --branch=main http://github.com/wolfssl/udp-proxy && cd udp-proxy && make && cp tcp_proxy udp_proxy /bin/.

0 commit comments

Comments
 (0)