mirror of https://github.com/yandex/gixy
Rebase docker image on python:2.7-alpine
parent
ff42a521c4
commit
85d075e3ec
|
@ -1,12 +1,9 @@
|
|||
FROM alpine:3.5
|
||||
|
||||
RUN apk add --no-cache python py-pip ca-certificates && \
|
||||
pip install --upgrade setuptools
|
||||
FROM python:2.7-alpine
|
||||
|
||||
ADD . /src
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN python setup.py install
|
||||
RUN python2 setup.py install
|
||||
|
||||
ENTRYPOINT ["gixy"]
|
||||
|
|
Loading…
Reference in New Issue