From d41f4ad0c2226c71994d905995f6eb6d7230a585 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 13 Dec 2018 22:37:17 +0200 Subject: [PATCH] Add build-base and python3-dev to docker image --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ae90a34..b8498e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,8 @@ RUN apk add --no-cache \ py3-attrs \ py3-bcrypt \ py3-cffi \ + build-base \ + python3-dev \ ca-certificates \ su-exec \ && pip3 install -r requirements.txt