|
|
@@ -4,6 +4,7 @@ FROM python:3.14.2-alpine3.23
|
|
|
RUN apk add nginx netcat-openbsd curl vim jq rsync pango pango-dev cairo postgresql-client bash glib fontconfig font-noto
|
|
|
|
|
|
COPY ./src/requirements.txt requirements.txt
|
|
|
+RUN python3 -m pip install --upgrade pip
|
|
|
RUN pip install --user --no-cache-dir -r requirements.txt
|
|
|
|
|
|
COPY ./nginx/default.conf /etc/nginx/http.d/nginx.conf
|