hehee
parent
1ece7bbe08
commit
020839c448
|
|
@ -1,6 +1,6 @@
|
|||
FROM python:3.11-slim
|
||||
|
||||
RUN apt-get update && apt-get -y install git install libpq-dev gcc && apt-get clean
|
||||
RUN apt-get update && apt-get -y install git libpq-dev gcc && apt-get clean
|
||||
|
||||
RUN useradd -m app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue