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

Update file Dockerfile

parent dfaeeff1
No related branches found
No related tags found
No related merge requests found
Pipeline #6948 failed
......@@ -13,8 +13,8 @@ ENV PERL_CPANM_HOME="/cpanm/"
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 "${DEBIAN_RELEASE}" main" > /etc/apt/sources.list.d/slub.list;
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;
RUN if [ -f /etc/apt/sources.list ]; then \
sed -i -e "s/^\(\(deb\|Components\).*main\( contrib\)\?\)$/\1 non-free/g" /etc/apt/sources.list; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment