We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d0bcc commit 240ec4fCopy full SHA for 240ec4f
enforcer/Dockerfile
@@ -8,7 +8,7 @@ ENV PATH="/app/venv/bin:$PATH"
8
# Alpine's current version (3.51.1-r0) already includes the fix
9
RUN apk update && apk add --no-cache --upgrade \
10
sqlite-libs sqlite
11
-
+
12
# Set the working directory
13
WORKDIR /app/enforcer
14
0 commit comments