diff options
Diffstat (limited to '')
| -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 |