FROM #ROOT_IMAGE# EXPOSE 8080 COPY docker-init / COPY dachstest.sh / COPY gavo.rc /etc/ ENTRYPOINT ["./docker-init"] COPY #SOURCES_LIST# /etc/apt/sources.list ENV PGVERSION #PGVERSION# # useful stuff RUN apt-get update && apt-get install -y \ curl \ vim-tiny \ subversion \ build-essential \ python3-requests \ git \ opensysusers \ libcfitsio-dev \ python3-healpy # DaCHS dependencies (from control). RUN apt-get install -y libjs-jquery\ libjs-jquery-flot\ python3-cryptography\ python3-docutils\ python3-lxml\ python3-matplotlib\ python3-multipart\ python3-pkg-resources\ python3-psycopg2\ python3-pymoc\ python3-rjsmin\ python3-testresources\ python3-twisted\ python3-astropy\ python3-docutils\ python3-numpy\ python3-pil\ python3-pkg-resources\ python3-psycopg2\ python3-pyparsing\ adduser\ members\ postgresql-$PGVERSION\ postgresql-pgsphere\ postgresql-q3c CMD []