diff options
author | 2023-09-21 14:42:12 +0100 | |
---|---|---|
committer | 2023-09-21 14:42:12 +0100 | |
commit | 53a259eab754d039f2e89f2cdf17af4a7b866366 (patch) | |
tree | f696dcbe21c88bc6368b9e76fa2abcb51ebbf52e | |
parent | Use python:3-slim as the default build base for building manually (diff) |
Remove debug lines from Dockerfile
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |