diff --git a/Dockerfile b/Dockerfile index d74717c883962b8240c47313a0e687ddae522938..587625d424853fe2eddc1af7ea2b6235c8cd75b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ WORKDIR /python RUN curl -sS "${PYTHON_URL}" | tar xz --strip-components=1 \ && ./configure --enable-optimizations --silent \ - && make install --silent\ + && make install --silent \ && curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 WORKDIR ${workdir}