Merge pull request #58 from int00h5525/master

Fix issue with alpine:3.9 not working on arm
This commit is contained in:
Neale Pickett 2019-03-01 14:32:03 -07:00 committed by GitHub
commit 4a20afdd4b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7.2-alpine3.9
FROM python:3.7.2-alpine3.8
RUN apk --no-cache add \
gcc \