moar
parent
67ea298617
commit
1ece7bbe08
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3.11-slim
|
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
|
RUN useradd -m app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue