Skip to content

Commit

Permalink
Remove debug lines from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Sep 21, 2023
1 parent 971a786 commit 53a259e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ RUN apt-get update \
&& apt-get install --no-install-recommends -y curl \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

RUN curl -sSL https://install.python-poetry.org | python ; exit 0
RUN cat /poetry-installer-error-*.log
RUN curl -sSL https://install.python-poetry.org | python

0 comments on commit 53a259e

Please sign in to comment.