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.
1 parent 6555c84 commit 60dc9c4Copy full SHA for 60dc9c4
Dockerfile
@@ -9,6 +9,7 @@ RUN \
9
apk add --no-cache --update --virtual runtime-deps postgresql-libs && \
10
apk add --no-cache --update --virtual build-deps git wget unzip postgresql-dev g++ python3-dev && \
11
uv sync --frozen && \
12
+ uv cache clean && \
13
apk del build-deps
14
15
ADD src /srv/qwc_service/
0 commit comments