Skip to content

Commit 0b83e2f

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RUN apt-get update -y && \
5050
llvm-14-runtime \
5151
pkg-config \
5252
postgresql-client \
53+
socat \
5354
zlib1g && \
5455
chmod +x /usr/local/bin/* && \
5556
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)