aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-09-21 14:42:12 +0100
committerGravatar Chris Lovering <[email protected]>2023-09-21 14:42:12 +0100
commit53a259eab754d039f2e89f2cdf17af4a7b866366 (patch)
treef696dcbe21c88bc6368b9e76fa2abcb51ebbf52e
parentUse python:3-slim as the default build base for building manually (diff)
Remove debug lines from Dockerfile
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 4d4c207..0dd5853 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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