mirror of https://github.com/dirtbags/moth.git
Merge pull request #46 from int00h5525/fix_devel_dockerfile
Fix devel dockerfile
This commit is contained in:
commit
109ea60edf
|
@ -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
|
pip3 install aiohttp
|
||||||
|
|
||||||
COPY . /moth/
|
COPY . /moth/
|
||||||
|
|
Loading…
Reference in New Issue