mirror of https://github.com/dirtbags/moth.git
Adding dependencies to build some python modules
Pinning Alpine version
This commit is contained in:
parent
811307b8ce
commit
f798dcc78e
|
@ -1,6 +1,12 @@
|
|||
FROM alpine
|
||||
FROM alpine:3.7
|
||||
|
||||
RUN apk --no-cache add python3 py3-pillow && \
|
||||
RUN apk --no-cache add \
|
||||
gcc \
|
||||
musl-dev \
|
||||
python3 \
|
||||
python3-dev \
|
||||
py3-pillow \
|
||||
&& \
|
||||
pip3 install aiohttp
|
||||
|
||||
COPY . /moth/
|
||||
|
|
Loading…
Reference in New Issue