Skip to content

Commit

Permalink
Fix early call to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 30, 2024
1 parent 5048ffe commit 89304a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN echo -n "OS: " && cat /etc/os-release
# Print Debian version on the same line
RUN echo -n "FULL OS VERSION: " && hostnamectl | grep "Operating System" | awk '{print $3}'
# Print Python version on the same line
RUN echo -n "LANGUAGE: " && poetry run python --version
RUN echo -n "LANGUAGE: " && python --version

RUN pip install poetry

Expand Down

0 comments on commit 89304a2

Please sign in to comment.