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

Making minor adjustments for tagging version 1.2

parent e799bf3e
No related branches found
No related tags found
No related merge requests found
FROM debian:jessie FROM debian:stretch
LABEL Description=DaCHS\ is\ a\ publishing\ infrastructure\ for\ the\ Virtual\ Observatory. \ LABEL Description=DaCHS\ is\ a\ publishing\ infrastructure\ for\ the\ Virtual\ Observatory. \
Author=Markus\ Demleitner \ Author=Markus\ Demleitner \
...@@ -15,9 +15,9 @@ RUN DEBIAN_FRONTEND='noninteractive' && \ ...@@ -15,9 +15,9 @@ 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
ENV PG_VERSION=9.4 ENV PG_VERSION=9.6
RUN echo 'deb http://vo.ari.uni-heidelberg.de/debian stable main' \ RUN echo 'deb http://vo.ari.uni-heidelberg.de/debian release 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