Skip to content

Commit 568bf35

Browse files
author
Andras Fekete
committed
Reduce image size
1 parent 6b1513a commit 568bf35

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
@@ -27,7 +27,7 @@ RUN cd /opt/sources && git clone --single-branch https://github.com/cisco/hash-s
2727

2828
# Install pkixssh to /opt/pkixssh for X509 interop testing with wolfSSH
2929
RUN mkdir /var/empty
30-
RUN cd /opt/sources && wget https://roumenpetrov.info/secsh/src/pkixssh-14.1.1.tar.gz && tar xvf pkixssh-14.1.1.tar.gz && cd pkixssh-14.1.1 && ./configure --prefix=/opt/pkixssh/ --exec-prefix=/opt/pkixssh/ && make install
30+
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
3131

3232
# Allow non-root to use tcpdump (will need NET_RAW and NET_ADMIN capability when running the container)
3333
RUN setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/tcpdump

0 commit comments

Comments
 (0)