Skip to content

Commit acdd581

Browse files
committed
Testando novo approach
1 parent 0cb6d02 commit acdd581

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Base image contains: Python 3.11, all requirements.txt dependencies, ML models
33
FROM ghcr.io/okfn-brasil/querido-diario-data-processing/base:latest
44

5+
RUN apt-get update -y && \
6+
apt-get -y install --no-install-recommends \
7+
libmagic1
8+
59
ENV USER=gazette
610
ENV USER_HOME=/home/$USER
711
ENV WORKDIR=/mnt/code

0 commit comments

Comments
 (0)