File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get update \
1313
1414# Install project dependencies with build tools available
1515COPY pyproject.toml poetry.lock ./
16- RUN poetry install --no-root --without dev --with ldap
16+ RUN poetry install --compile -- no-root --without dev --with ldap
1717
1818# -------------------------------------------------------------------------------
1919
@@ -29,7 +29,7 @@ RUN apt-get update \
2929WORKDIR /app
3030COPY pyproject.toml poetry.lock ./
3131COPY --from=wheel-builder /opt/poetry/cache /opt/poetry/cache
32- RUN poetry install --no-root --without dev --with ldap
32+ RUN poetry install --compile -- no-root --without dev --with ldap
3333
3434# Set Git SHA environment variable for Sentry
3535ARG git_sha="development"
You can’t perform that action at this time.
0 commit comments