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

Small adjustments (syntax basically)

parent 903d24b7
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ RUN DEBIAN_FRONTEND='noninteractive' && \ ...@@ -18,8 +18,8 @@ RUN DEBIAN_FRONTEND='noninteractive' && \
ENV LC_ALL C.UTF-8 ENV LC_ALL C.UTF-8
RUN echo LC_ALL="$LC_ALL" > /etc/default/locale RUN echo LC_ALL="$LC_ALL" > /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' \
echo 'deb-src 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 -
RUN sed -i 's/exit 101/exit 0/' /usr/sbin/policy-rc.d RUN sed -i 's/exit 101/exit 0/' /usr/sbin/policy-rc.d
...@@ -40,4 +40,3 @@ EXPOSE 80 ...@@ -40,4 +40,3 @@ EXPOSE 80
COPY src/help.sh /help.sh COPY src/help.sh /help.sh
CMD ["/bin/bash", "--rcfile", "/help.sh"] CMD ["/bin/bash", "--rcfile", "/help.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment