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 de8cc95 commit 230a0beCopy full SHA for 230a0be
1 file changed
Dockerfile
@@ -1,8 +1,7 @@
1
-FROM alpine:3.18
+FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
2
3
RUN apk add --no-cache bash jq python3 py3-pip
4
-RUN pip3 install --upgrade pip
5
-RUN pip3 install pygments
+RUN pip3 install --break-system-packages --upgrade pip & pip3 install --break-system-packages pygments
6
7
WORKDIR /opt/representer
8
COPY . .
0 commit comments