mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Remove build dependencies
This commit is contained in:
parent
96c75e7f13
commit
d3af49cf18
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ ENV DEBUG="False" \
|
||||||
|
|
||||||
RUN mkdir -p /etc/ihatemoney &&\
|
RUN mkdir -p /etc/ihatemoney &&\
|
||||||
apk update && apk add postgresql-dev gcc python3-dev musl-dev &&\
|
apk update && apk add postgresql-dev gcc python3-dev musl-dev &&\
|
||||||
pip install --no-cache-dir gunicorn pymysql psycopg2;
|
pip install --no-cache-dir gunicorn pymysql psycopg2 &&\
|
||||||
|
apk del gcc python3-dev musl-dev; # Keep postgresql-dev installed, sine it is needed at runtime
|
||||||
|
|
||||||
ADD . /src
|
ADD . /src
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue