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

Update file Dockerfile

parent 623c49ad
No related branches found
No related tags found
No related merge requests found
Pipeline #6952 canceled
...@@ -12,9 +12,10 @@ ENV PATH="$PATH:$EXTLIB/bin" ...@@ -12,9 +12,10 @@ 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 ca-certificates; \ apt-get -y upgrade; \
wget -O - https://sdvdebianrepo.slub-dresden.de/deb-repository/pub.gpg.key | apt-key add - ; \ apt-get install -y --no-install-recommends gnupg wget; \
echo "deb https://sdvdebianrepo.slub-dresden.de/deb-repository "${DEBIAN_RELEASE}" main" > /etc/apt/sources.list.d/slub.list; 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;
RUN if [ -f /etc/apt/sources.list ]; then \ RUN if [ -f /etc/apt/sources.list ]; then \
sed -i -e "s/^\(\(deb\|Components\).*main\( contrib\)\?\)$/\1 non-free/g" /etc/apt/sources.list; \ 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