4 lines
77 B
Docker
4 lines
77 B
Docker
|
|
FROM python:3.11-slim
|
||
|
|
|
||
|
|
RUN pip install --no-cache-dir psycopg2-binary bcrypt
|