fix pipeline
This commit is contained in:
parent
5b7b4c4617
commit
d087879ea8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue