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 f18b3d3 commit 97aa166Copy full SHA for 97aa166
Dockerfile
@@ -22,7 +22,7 @@ COPY Makefile /src/Makefile
22
RUN addgroup -g 4200 appgroup \
23
&& adduser -h /home/appuser -s /sbin/nologin -G appgroup -D -u 4200 appuser
24
25
-RUN apk add --no-cache --no-progress git make py3-pip \
+RUN apk add --no-cache --no-progress git make typos py3-pip \
26
&& pip3 install --break-system-packages reuse \
27
&& make -C /src prepare-static-check
28
0 commit comments