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

PG version 9.6, for Dachs 1.2

parent ba7a0c8d
Branches
Tags
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 \
...@@ -7,7 +7,7 @@ LABEL Description=DaCHS\ is\ a\ publishing\ infrastructure\ for\ the\ Virtual\ O ...@@ -7,7 +7,7 @@ LABEL Description=DaCHS\ is\ a\ publishing\ infrastructure\ for\ the\ Virtual\ O
MAINTAINER "Carlos Brandt <carloshenriquebrandt at gmail>" MAINTAINER "Carlos Brandt <carloshenriquebrandt at gmail>"
ENV PG_VERSION=9.4 ENV PG_VERSION=9.6
RUN DEBIAN_FRONTEND='noninteractive' && \ RUN DEBIAN_FRONTEND='noninteractive' && \
apt-get update && \ apt-get update && \
...@@ -17,7 +17,7 @@ RUN DEBIAN_FRONTEND='noninteractive' && \ ...@@ -17,7 +17,7 @@ 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
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