Fix issue with alpine:3.9 not working on arm

This commit is contained in:
John Donaldson 2019-03-01 21:23:40 +00:00
parent b08e121b60
commit 4dbade5a5a
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 \