Skip to content
Snippets Groups Projects
Commit 06963a7d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

Update file Dockerfile

parent 42a370a1
Branches
Tags
No related merge requests found
Pipeline #6949 failed
...@@ -12,7 +12,7 @@ ENV PATH="$PATH:$EXTLIB/bin" ...@@ -12,7 +12,7 @@ ENV PATH="$PATH:$EXTLIB/bin"
ENV PERL_CPANM_HOME="/cpanm/" ENV PERL_CPANM_HOME="/cpanm/"
RUN apt-get update; \ RUN apt-get update; \
apt-get install -y --no-install-recommends gnupg wget; \ apt-get install -y --no-install-recommends gnupg wget ca-certificates; \
wget -O - https://sdvdebianrepo.slub-dresden.de/deb-repository/pub.gpg.key | apt-key add - ; \ wget -O - https://sdvdebianrepo.slub-dresden.de/deb-repository/pub.gpg.key | apt-key add - ; \
echo "deb https://sdvdebianrepo.slub-dresden.de/deb-repository "${DEBIAN_RELEASE}" main" > /etc/apt/sources.list.d/slub.list; echo "deb https://sdvdebianrepo.slub-dresden.de/deb-repository "${DEBIAN_RELEASE}" main" > /etc/apt/sources.list.d/slub.list;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment