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

Making a snapshot for older version 0.9.6

parent 86a07996
Branches
Tags dachs-0.9.6
No related merge requests found
FROM debian:stretch FROM debian:jessie
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 \
...@@ -12,16 +12,18 @@ RUN DEBIAN_FRONTEND='noninteractive' && \ ...@@ -12,16 +12,18 @@ RUN DEBIAN_FRONTEND='noninteractive' && \
apt-get install -y sudo wget vim locales git gnupg && \ apt-get install -y sudo wget vim locales git gnupg && \
apt-get clean apt-get clean
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 release main' \ ENV PG_VERSION=9.4
RUN echo 'deb http://vo.ari.uni-heidelberg.de/debian stable 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 -
RUN DEBIAN_FRONTEND='noninteractive' && \ RUN DEBIAN_FRONTEND='noninteractive' && \
apt-get update && \ apt-get update && \
apt-get install -y python-gavodachs postgresql-9.6-q3c && \ apt-get install -y python-gavodachs postgresql-${PG_VERSION}-q3c && \
apt-get clean apt-get clean
ENV GAVO_ROOT="/var/gavo" \ ENV GAVO_ROOT="/var/gavo" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment