Commit 708d1ca2465f9643652120037ef1bdd0d5fe4266

Authored by Chloé Azria
1 parent 98a327e4
Exists in master

former dachs installation

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
conf/dachs-dockerfile
... ... @@ -16,8 +16,8 @@ RUN apt-get -y update
16 16 RUN apt-get -y upgrade
17 17 RUN apt-get install -y curl apt-utils
18 18  
19   -#RUN curl -o /etc/apt/trusted.gpg.d/gavo-archive.key.asc https://docs.g-vo.org/archive-key.asc
20   -#RUN echo "deb http://vo.ari.uni-heidelberg.de/debian release main" > /etc/apt/sources.list.d/dachs.list
  19 +RUN curl -o /etc/apt/trusted.gpg.d/gavo-archive.key.asc https://docs.g-vo.org/archive-key.asc
  20 +RUN echo "deb http://vo.ari.uni-heidelberg.de/debian release main" > /etc/apt/sources.list.d/dachs.list
21 21  
22 22  
23 23 ###
... ...