use poetry dependencies

This commit is contained in:
Yax 2022-02-19 12:29:55 +01:00
parent 0c16e578e5
commit 5b7b4c4617
3 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,8 @@
FROM nginx:1.19.0-alpine
RUN apk update && apk add bash git python3 make tzdata && rm -rf /var/cache/apk/*
RUN python3 -m pip install requests mistune pygments toml
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 -
COPY docker/nginx.conf /etc/nginx/nginx.conf
# install locales