Skip to content

Commit c9de6fa

Browse files
Merge pull request #422
[feature/BLAZ-1027] to dev
2 parents ce8242c + c19d4b1 commit c9de6fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployment/Dockerfile.application

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ WORKDIR /app
1919

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

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

0 commit comments

Comments
 (0)