more python requirements

This commit is contained in:
Michael (Parker) Parker 2018-03-24 21:54:15 -04:00
parent f493215bc1
commit c8207d06ee

View File

@ -7,7 +7,7 @@ FROM python:3.6-alpine3.7
MAINTAINER Michael Parker, <docker@parkervcp.com> MAINTAINER Michael Parker, <docker@parkervcp.com>
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 && adduser -D -h /home/container container
USER container USER container