Skip to content
Snippets Groups Projects
Commit 209e0310 authored by Carlos H Brandt's avatar Carlos H Brandt
Browse files

temporarily use gavo-dachs beta repo with fix for 'gavo upgrade'

parent bc30b3fc
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,10 @@ RUN DEBIAN_FRONTEND='noninteractive' && \ ...@@ -15,9 +15,10 @@ RUN DEBIAN_FRONTEND='noninteractive' && \
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
RUN echo LANG="$LANG" > /etc/default/locale RUN echo LANG="$LANG" > /etc/default/locale
# FIX: Avoid PG-version here. Move PG-Q3C extension to postgres container.
ENV PG_VERSION=9.6 ENV PG_VERSION=9.6
RUN echo 'deb http://vo.ari.uni-heidelberg.de/debian release main' \ RUN echo 'deb http://vo.ari.uni-heidelberg.de/debian beta main' \
> /etc/apt/sources.list.d/gavo.list && \ > /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 -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment