Skip to content

Commit ecccbaf

Browse files
authored
feat: add socat into final image (#13)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 4784018 commit ecccbaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN apt-get update -y && \
4545
netbase \
4646
pkg-config \
4747
procps \
48+
socat \
4849
wget \
4950
zlib1g && \
5051
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)