fix pipeline

pull/2/head
Yax 3 years ago
parent 5b7b4c4617
commit d087879ea8

@ -2,7 +2,7 @@ FROM nginx:1.19.0-alpine
RUN apk update && apk add bash git python3 make tzdata curl && rm -rf /var/cache/apk/*
#RUN python3 -m pip install requests mistune pygments toml
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
COPY docker/nginx.conf /etc/nginx/nginx.conf
# install locales

Loading…
Cancel
Save