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 cc9ffd8 commit 43a1f62Copy full SHA for 43a1f62
dockerfiles/wolfi-base/Dockerfile
@@ -7,7 +7,8 @@ COPY ./scripts/install-wolfi-mesa-gl.sh install-wolfi-mesa-gl.sh
7
8
USER root
9
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 && \
+ 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 && \
12
apk add --allow-untrusted packages/pandoc-3.1.8-r0.apk && \
13
apk add --allow-untrusted packages/poppler-23.09.0-r0.apk && \
14
./install-wolfi-tesseract.sh && rm install-wolfi-tesseract.sh && \
0 commit comments