diff --git a/Dockerfile b/Dockerfile index 3be3cee..4ab0685 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM python:3.6-alpine3.7 MAINTAINER Michael Parker, -RUN apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite \ +RUN apk add --no-cache --update curl ca-certificates openssl git tar make gcc g++ libffi-dev \ && adduser -D -h /home/container container USER container