Skip to content

Commit

Permalink
Merge pull request #422
Browse files Browse the repository at this point in the history
[feature/BLAZ-1027] to dev
  • Loading branch information
dantolin-iriusrisk authored Dec 17, 2024
2 parents ce8242c + c19d4b1 commit c9de6fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/Dockerfile.application
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ WORKDIR /app

RUN apk update && \
apk --no-cache add cblas geos graphviz-dev lapack libmagic re2 && \
adduser --disabled-password --no-create-home startleft
adduser --disabled-password --no-create-home startleft && \
rm -rf /usr/local/lib/python3.11/site-packages

COPY --from=startleft-base /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages

Expand Down

0 comments on commit c9de6fa

Please sign in to comment.