Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nonylene committed Dec 31, 2023
1 parent 4e3ae33 commit de6a262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ WORKDIR /app
ENV PYTHONUNBUFFERED=1
ENV POETRY_VIRTUALENVS_IN_PROJECT=true

RUN apt update && apt install -y libxml2-dev libxslt1-dev

RUN pip install poetry

COPY ./poetry.lock ./pyproject.toml /app/
Expand Down

0 comments on commit de6a262

Please sign in to comment.