Skip to content
Snippets Groups Projects
Unverified Commit 6ccd90fe authored by Malin Freeborn's avatar Malin Freeborn
Browse files

update docker image

parent bb71530d
No related branches found
No related tags found
No related merge requests found
FROM voidlinux/voidlinux FROM ghcr.io/void-linux/void-glibc
WORKDIR /bind WORKDIR /bind
...@@ -11,5 +11,3 @@ RUN /x-install.sh ...@@ -11,5 +11,3 @@ RUN /x-install.sh
ENV PATH="/opt/texlive/2023/bin/x86_64-linux:${PATH}" ENV PATH="/opt/texlive/2023/bin/x86_64-linux:${PATH}"
RUN /tlmgrDeps.sh RUN /tlmgrDeps.sh
...@@ -3,11 +3,12 @@ ...@@ -3,11 +3,12 @@
xbps-install -Sy xbps xbps-install -Sy xbps
xbps-install -Sy git git-lfs \ xbps-install -Sy git git-lfs \
inkscape \ inkscape \
tar \
bash \ bash \
make \ make \
qrencode \
ImageMagick \
texlive-latexmk \ texlive-latexmk \
texlive2023-bin texlive-bin
git lfs install git lfs install
ln -sf /usr/bin/bash /usr/bin/sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment