Skip to content

Commit 0cb6d02

Browse files
committed
Adiciona dependência faltante
1 parent e7099b9 commit 0cb6d02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN addgroup --system $USER && \
4242
apt-get update -y && \
4343
apt-get -y install --no-install-recommends \
4444
libpq5 \
45+
libmagic1 \
4546
wait-for-it && \
4647
apt-get clean && \
4748
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \

0 commit comments

Comments
 (0)