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

Small adjustments (syntax basically)

parent 4e699079
Branches
Tags
No related merge requests found
...@@ -15,7 +15,8 @@ RUN DEBIAN_FRONTEND='noninteractive' && \ ...@@ -15,7 +15,8 @@ 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 release main' > /etc/apt/sources.list.d/gavo.list && \ RUN echo 'deb http://vo.ari.uni-heidelberg.de/debian release main' \
> /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' && \
......
...@@ -26,7 +26,6 @@ do ...@@ -26,7 +26,6 @@ do
done done
echo echo
su dachsroot -c "gavo init -d 'host=postgres dbname=gavo'" su dachsroot -c "gavo init -d 'host=postgres dbname=gavo'"
gavo serve start gavo serve start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment