Skip to content

Commit

Permalink
feat: add socat into final image (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Sep 27, 2024
1 parent 4784018 commit ecccbaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN apt-get update -y && \
netbase \
pkg-config \
procps \
socat \
wget \
zlib1g && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit ecccbaf

Please sign in to comment.