Skip to content

Commit

Permalink
[BLAZ-1339] Upgrade OS packages in final docker stage
Browse files Browse the repository at this point in the history
  • Loading branch information
smaneroiriusrisk committed Feb 12, 2025
1 parent a850c4c commit d6d51e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/Dockerfile.application
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ FROM python:3.11-alpine
WORKDIR /app

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

0 comments on commit d6d51e9

Please sign in to comment.