Skip to content

Commit

Permalink
fix: Dockerfile update POETRY version
Browse files Browse the repository at this point in the history
  • Loading branch information
RV authored and rv2931 committed Mar 1, 2024
1 parent 1930e30 commit 87aa7ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ COPY container.py .
COPY docker-env/rsyslog.conf /etc/rsyslog.conf

# Install requirements package for python with poetry
ENV POETRY_VERSION=1.4.0
ARG POETRY_VERSION=1.8.1
ENV POETRY_VERSION=${POETRY_VERSION}
RUN pip install --user "poetry==$POETRY_VERSION"
ENV PATH="${PATH}:/root/.local/bin"
COPY pyproject.toml poetry.lock ./
Expand Down

0 comments on commit 87aa7ac

Please sign in to comment.