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 0cb6d02 commit acdd581Copy full SHA for acdd581
1 file changed
Dockerfile
@@ -2,6 +2,10 @@
2
# Base image contains: Python 3.11, all requirements.txt dependencies, ML models
3
FROM ghcr.io/okfn-brasil/querido-diario-data-processing/base:latest
4
5
+RUN apt-get update -y && \
6
+ apt-get -y install --no-install-recommends \
7
+ libmagic1
8
+
9
ENV USER=gazette
10
ENV USER_HOME=/home/$USER
11
ENV WORKDIR=/mnt/code
0 commit comments