|
|
@ -26,7 +26,7 @@ WORKDIR /app
|
|
|
|
COPY requirements-prod.txt requirements.txt
|
|
|
|
COPY requirements-prod.txt requirements.txt
|
|
|
|
RUN apk add --no-cache libressl curl postgresql-libs mariadb-connector-c \
|
|
|
|
RUN apk add --no-cache libressl curl postgresql-libs mariadb-connector-c \
|
|
|
|
&& apk add --no-cache --virtual build-dep \
|
|
|
|
&& apk add --no-cache --virtual build-dep \
|
|
|
|
libressl-dev libffi-dev python3-dev build-base postgresql-dev mariadb-connector-c-dev \
|
|
|
|
libressl-dev libffi-dev python3-dev build-base postgresql-dev mariadb-connector-c-dev cargo \
|
|
|
|
&& pip3 install -r requirements.txt \
|
|
|
|
&& pip3 install -r requirements.txt \
|
|
|
|
&& apk del --no-cache build-dep
|
|
|
|
&& apk del --no-cache build-dep
|
|
|
|
|
|
|
|
|
|
|
|