mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
update apk before installing dependencies (#398)
This commit is contained in:
parent
0428cf06b5
commit
cdbcd763ef
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3.6-alpine
|
FROM python:3.6-alpine
|
||||||
|
|
||||||
RUN apk add gcc libc-dev libffi-dev openssl-dev &&\
|
RUN apk update && apk add gcc libc-dev libffi-dev openssl-dev &&\
|
||||||
mkdir /ihatemoney &&\
|
mkdir /ihatemoney &&\
|
||||||
mkdir -p /etc/ihatemoney &&\
|
mkdir -p /etc/ihatemoney &&\
|
||||||
pip install --no-cache-dir gunicorn pymysql
|
pip install --no-cache-dir gunicorn pymysql
|
||||||
|
|
Loading…
Reference in a new issue