aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-12-01 11:06:13 +0000
committerGravatar GitHub <[email protected]>2018-12-01 11:06:13 +0000
commit7bd909f4dae878b4a5a0545236a35947ab30b399 (patch)
tree40e7fbfcba08b33771f342d2eefebd0c11af66af
parentChange name arg into name kwarg to match other usages (diff)
Docker: Add Pillow deps
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 9c4406bf..23367277 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,5 +1,5 @@
FROM python:3.6-alpine3.7
-RUN apk add --update tini git
+RUN apk add --update tini git jpeg-dev zlib
RUN mkdir /bot
COPY . /bot