Skip to content

Commit

Permalink
Merge pull request #305 from docat-org/bugfix/fix-docker-image
Browse files Browse the repository at this point in the history
Bugfix/fix docker image
  • Loading branch information
fliiiix authored Oct 6, 2022
2 parents 93ce557 + 59111e1 commit 94de2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \

RUN apk update && \
apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo
RUN pip install poetry==1.1.14
RUN pip install poetry==1.2.1
COPY /docat/pyproject.toml /docat/poetry.lock /app/

# Install the application
Expand All @@ -39,7 +39,7 @@ FROM python:3.10.7-alpine3.15

# set up the system
RUN apk update && \
apk add nginx dumb-init && \
apk add nginx dumb-init libmagic && \
rm -rf /var/cache/apk/*

RUN mkdir -p /var/docat/doc
Expand Down

0 comments on commit 94de2c1

Please sign in to comment.