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

Small adjustments (syntax basically)

parent 4e699079
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ RUN DEBIAN_FRONTEND='noninteractive' && \
ENV LANG C.UTF-8
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 -
RUN DEBIAN_FRONTEND='noninteractive' && \
......
......@@ -26,7 +26,6 @@ do
done
echo
su dachsroot -c "gavo init -d 'host=postgres dbname=gavo'"
gavo serve start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment