Skip to content
Snippets Groups Projects
Commit 69effdf6 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- updated to reflect administrative changes

- updated Rosetta SDK version
parent 5052a592
Branches
No related tags found
No related merge requests found
FROM registry.git.slub-dresden.de/slub-digitalpreservation/submissionapplications4rosetta/debian:bullseye-slim
FROM sdvharbor.slub-dresden.de/replication/debian:bookworm-slim
ARG GITDIR
ENV DEBIAN_FRONTEND=noninteractive
......@@ -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