Skip to content

Commit 55cf5df

Browse files
author
Claudio Raimondi
committed
Add needed packages [skip ci]
1 parent 2e7b5d6 commit 55cf5df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ FROM ${BASE_DISTRO} AS final
204204
RUN apt-get update -qq && \
205205
apt-get install -qq -y --no-install-recommends \
206206
libpq5 \
207-
inotify-tools && \
207+
inotify-tools \
208+
socat \
209+
jq && \
208210
apt-get clean && \
209211
rm -rf /var/lib/apt/lists/*
210212

0 commit comments

Comments
 (0)