aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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