We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7099b9 commit 0cb6d02Copy full SHA for 0cb6d02
1 file changed
Dockerfile.base
@@ -42,6 +42,7 @@ RUN addgroup --system $USER && \
42
apt-get update -y && \
43
apt-get -y install --no-install-recommends \
44
libpq5 \
45
+ libmagic1 \
46
wait-for-it && \
47
apt-get clean && \
48
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
0 commit comments