aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcnesium <mcnesium@users.noreply.github.com>2018-12-25 16:58:15 +0100
committerAlexis Metaireau <alexis@notmyidea.org>2018-12-25 16:58:15 +0100
commitcdbcd763ef53b521d72b06dd568a0fd8f019dacb (patch)
tree368e97630b5b90dcd47a4cdc29340c0704953b99
parent0428cf06b50203432cb39bde95e450a481392797 (diff)
downloadihatemoney-mirror-cdbcd763ef53b521d72b06dd568a0fd8f019dacb.zip
ihatemoney-mirror-cdbcd763ef53b521d72b06dd568a0fd8f019dacb.tar.gz
ihatemoney-mirror-cdbcd763ef53b521d72b06dd568a0fd8f019dacb.tar.bz2
update apk before installing dependencies (#398)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cbe4af6..8f5e41e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
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 -p /etc/ihatemoney &&\
pip install --no-cache-dir gunicorn pymysql