Skip to content

Commit 97aa166

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent f18b3d3 commit 97aa166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY Makefile /src/Makefile
2222
RUN addgroup -g 4200 appgroup \
2323
&& adduser -h /home/appuser -s /sbin/nologin -G appgroup -D -u 4200 appuser
2424

25-
RUN apk add --no-cache --no-progress git make py3-pip \
25+
RUN apk add --no-cache --no-progress git make typos py3-pip \
2626
&& pip3 install --break-system-packages reuse \
2727
&& make -C /src prepare-static-check
2828

0 commit comments

Comments
 (0)