Skip to content

Commit

Permalink
(BSR)[API]build: add no-root to proxy build
Browse files Browse the repository at this point in the history
  • Loading branch information
lgerard-pass committed Jan 13, 2025
1 parent 41d874e commit f517cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ FROM builder-${network_mode} AS builder-dev-proxy

RUN poetry check --lock

RUN REQUESTS_CA_BUNDLE=/cacert.pem PIP_CERT=/cacert.pem CURL_CA_BUNDLE=/cacert.pem poetry install --only dev
RUN REQUESTS_CA_BUNDLE=/cacert.pem PIP_CERT=/cacert.pem CURL_CA_BUNDLE=/cacert.pem poetry install --only dev --no-root

########## DEV BUILDER DEFAULT ##########

Expand Down

0 comments on commit f517cfc

Please sign in to comment.