Merge pull request #209 from powermik/gh-pages

Dockerfile updates

Former-commit-id: 1d0b2f6857
gh-pages
Dakota Benjamin 2015-11-24 10:52:09 -05:00
commit 8f21b39d9c
1 zmienionych plików z 3 dodań i 6 usunięć

Wyświetl plik

@ -4,12 +4,9 @@ MAINTAINER Danilo Bargen <mail@dbrgn.ch>
# Env variables
ENV DEBIAN_FRONTEND noninteractive
# Install git
RUN apt-get update \
&& apt-get install -y git
# Install dependencies
RUN apt-get install -y --install-recommends \
RUN apt-get update \
&& apt-get install -y --install-recommends \
build-essential cmake g++ gcc gFortran perl git autoconf \
curl wget \
unzip \
@ -45,4 +42,4 @@ USER odm
# Entry point
VOLUME ["/images"]
WORKDIR /images
ENTRYPOINT ["/code/run.pl"]
ENTRYPOINT ["/code/run.py"]