Skip to content

Commit

Permalink
add additional packages to wolfi-base (#40)
Browse files Browse the repository at this point in the history
* apk add `python-3.11-dev`, `glibc-dev`, and `git`

* remove `python-3.11-dev`, `glibc-dev`
  • Loading branch information
christinestraub authored Aug 13, 2024
1 parent 4077249 commit 82e1186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/wolfi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./scripts/install-wolfi-tesseract.sh install-wolfi-tesseract.sh
USER root
RUN apk update && \
apk del python-3.12 && \
apk add py3.11-pip mesa-gl glib cmake bash libmagic wget openjpeg && \
apk add py3.11-pip mesa-gl glib cmake bash libmagic wget git openjpeg && \
apk add --allow-untrusted packages/pandoc-3.1.8-r0.apk && \
apk add --allow-untrusted packages/poppler-23.09.0-r0.apk && \
./install-wolfi-tesseract.sh && rm install-wolfi-tesseract.sh && \
Expand Down

0 comments on commit 82e1186

Please sign in to comment.