aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e08e37a76..864b4e557 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM python:3.7-alpine3.7
-RUN apk add --update --no-cache \
+RUN apk add --no-cache \
build-base \
freetype-dev \
git \