Skip to content
Snippets Groups Projects
Commit 8069bce2 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- use more current debian repo

parent bc38f7cf
No related branches found
No related tags found
No related merge requests found
Pipeline #5565 canceled
......@@ -9,7 +9,7 @@ ENV EXLIBRIS_PATH=/exlibris
RUN apt-get update; \
apt-get install -y --no-install-recommends gnupg wget; \
wget -O - http://sdvdebianrepo.slub-dresden.de/deb-repository/pub.gpg.key | apt-key add - ; \
echo "deb http://sdvdebianrepo.slub-dresden.de/deb-repository bullseye main" > /etc/apt/sources.list.d/slub.list;
echo "deb http://sdvdebianrepo.slub-dresden.de/deb-repository bookworm main" > /etc/apt/sources.list.d/slub.list;
RUN apt-get update; \
apt-get -y upgrade; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment