Skip to content
Snippets Groups Projects
Unverified Commit 903d24b7 authored by Carlos Brandt's avatar Carlos Brandt Committed by GitHub
Browse files

Update gavo debian mirror to 'release'

parent c5686f13
Branches
Tags
No related merge requests found
...@@ -18,8 +18,8 @@ RUN DEBIAN_FRONTEND='noninteractive' && \ ...@@ -18,8 +18,8 @@ RUN DEBIAN_FRONTEND='noninteractive' && \
ENV LC_ALL C.UTF-8 ENV LC_ALL C.UTF-8
RUN echo LC_ALL="$LC_ALL" > /etc/default/locale RUN echo LC_ALL="$LC_ALL" > /etc/default/locale
RUN echo 'deb http://vo.ari.uni-heidelberg.de/debian stable main' > /etc/apt/sources.list.d/gavo.list && \ RUN echo 'deb http://vo.ari.uni-heidelberg.de/debian release main' > /etc/apt/sources.list.d/gavo.list && \
echo 'deb-src http://vo.ari.uni-heidelberg.de/debian stable main' >> /etc/apt/sources.list.d/gavo.list && \ echo 'deb-src http://vo.ari.uni-heidelberg.de/debian release main' >> /etc/apt/sources.list.d/gavo.list && \
wget -qO - http://docs.g-vo.org/archive-key.asc | apt-key add - wget -qO - http://docs.g-vo.org/archive-key.asc | apt-key add -
RUN sed -i 's/exit 101/exit 0/' /usr/sbin/policy-rc.d RUN sed -i 's/exit 101/exit 0/' /usr/sbin/policy-rc.d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment