Skip to content

Commit

Permalink
Fix poetry post-install warning
Browse files Browse the repository at this point in the history
  • Loading branch information
groovytron committed Nov 10, 2024
1 parent 5df9f9c commit 7970134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ RUN chown -R ${DEV_USER}:${DEV_USER} /home/${DEV_USER}/.config && chmod -R 775 /
USER dev

# Install Poetry
ENV PATH="/home/${DEV_USER}/.local/bin:$PATH"
ARG POETRY_VERSION
RUN pipx install poetry=="${POETRY_VERSION}"

ENV PATH="/home/${DEV_USER}/.local/bin:$PATH"

# Label schema related variables and metadata
ARG BUILD_DATE
Expand Down

0 comments on commit 7970134

Please sign in to comment.