Skip to content

Commit 63ec8fe

Browse files
author
Andras Fekete
committed
Add in 'libbacktrace'
1 parent e1502e7 commit 63ec8fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ RUN cd /opt/sources && wget -q -O- https://roumenpetrov.info/secsh/src/pkixssh-1
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/.
47+
# Install libbacktrace
48+
RUN cd /opt/sources && git clone --depth=1 --single-branch https://github.com/ianlancetaylor/libbacktrace.git && cd libbacktrace && mkdir build && cd build && ../configure && make && make install
4749

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

0 commit comments

Comments
 (0)