We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce8242c + c19d4b1 commit c9de6faCopy full SHA for c9de6fa
deployment/Dockerfile.application
@@ -19,7 +19,8 @@ WORKDIR /app
19
20
RUN apk update && \
21
apk --no-cache add cblas geos graphviz-dev lapack libmagic re2 && \
22
- adduser --disabled-password --no-create-home startleft
+ adduser --disabled-password --no-create-home startleft && \
23
+ rm -rf /usr/local/lib/python3.11/site-packages
24
25
COPY --from=startleft-base /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages
26
0 commit comments