Found consecutive RUN commands DOK-W1001
Anti-pattern
Minor
1 occurrence in this check
Multiple consecutive RUN instructions. Consider consolidation.
 9COPY . .
10
11RUN ./docker/build/install-task.sh
12RUN TAGS="cert pam" task build13
14FROM alpine:3.17
15RUN apk --no-cache --no-progress add \