mirror of https://github.com/dirtbags/moth.git
Fix issue with alpine:3.9 not working on arm
This commit is contained in:
parent
b08e121b60
commit
4dbade5a5a
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7.2-alpine3.9
|
||||
FROM python:3.7.2-alpine3.8
|
||||
|
||||
RUN apk --no-cache add \
|
||||
gcc \
|
||||
|
|
Loading…
Reference in New Issue