mirror of https://github.com/dirtbags/moth.git
Merge pull request #58 from int00h5525/master
Fix issue with alpine:3.9 not working on arm
This commit is contained in:
commit
4a20afdd4b
|
@ -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