Remove && \ from end of line (#3710)

This commit is contained in:
Sebastian 2022-12-13 16:59:18 +01:00 committed by GitHub
parent d0f786af9f
commit 54bf7ad343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ ENV PATH="/opt/venv/bin:$PATH"
RUN pip install --upgrade pip && \
pip install --no-cache-dir .${haystack_extras} && \
pip install --no-cache-dir ./rest_api && \
pip install --no-cache-dir ./rest_api
FROM $base_immage AS final