main
ifiguero 2024-03-25 18:22:55 -03:00
parent 67ea298617
commit 1ece7bbe08
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.11-slim
RUN apt-get update && apt-get -y install git && apt-get clean
RUN apt-get update && apt-get -y install git install libpq-dev gcc && apt-get clean
RUN useradd -m app