Skip to content

Commit 43a1f62

Browse files
committed
fixed 1 linter problem in the dockerfile
1 parent cc9ffd8 commit 43a1f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/wolfi-base/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ COPY ./scripts/install-wolfi-mesa-gl.sh install-wolfi-mesa-gl.sh
77

88
USER root
99
RUN apk update && \
10-
apk add python-3.11=3.11.11-r0 python-3.11-base=3.11.11-r0 py3.11-pip=24.3.1-r1 glib mesa-gl mesa-libgallium cmake bash libmagic wget git openjpeg && \
10+
apk add python-3.11=3.11.11-r0 python-3.11-base=3.11.11-r0 py3.11-pip=24.3.1-r1 glib \
11+
mesa-gl mesa-libgallium cmake bash libmagic wget git openjpeg && \
1112
apk add --allow-untrusted packages/pandoc-3.1.8-r0.apk && \
1213
apk add --allow-untrusted packages/poppler-23.09.0-r0.apk && \
1314
./install-wolfi-tesseract.sh && rm install-wolfi-tesseract.sh && \

0 commit comments

Comments
 (0)