mirror of
https://github.com/mveril/qp-demo
synced 2024-12-22 12:23:49 +01:00
Cleaning dockerfiles
This commit is contained in:
parent
6e3ed6e25b
commit
e35eaba0ec
@ -4,20 +4,18 @@
|
||||
FROM ubuntu:latest
|
||||
LABEL version="0.1" \
|
||||
maintainer.name="Mickaël Véril" \
|
||||
maintainer.email="" \
|
||||
quantum_package.author.name="Anthony Scemama" \
|
||||
quantum_package.author.email="" \
|
||||
quantum_package.url="https://quantumpackage.github.io/qp2" \
|
||||
quantum_package.repo="https://github.com/QuantumPackage/qp2" \
|
||||
quantum_package.demo.repo="https://github.com/mveril/qp-demo"
|
||||
laboratory.name="Laboratoire de Chimie et Physique Quantique (LCPQ)" \
|
||||
laboratory.url="http://www.lcpq.ups-tlse.fr/"
|
||||
# Build argument (can be changed at build time see buiild.sh for an example)
|
||||
# Build argument (can be changed at build time
|
||||
# This argument define the user name
|
||||
ARG user=user
|
||||
# This argument define timezone for tzdata requierd by qp_run
|
||||
ARG tz=Etc/UTC
|
||||
# We could add another argument to configure the language of the image
|
||||
# enable manpages installation
|
||||
# Enable manpages installation
|
||||
RUN sed -i 's,^path-exclude=/usr/share/man/,#path-exclude=/usr/share/man/,' /etc/dpkg/dpkg.cfg.d/excludes
|
||||
# Install all requierd packages
|
||||
RUN apt-get update && \
|
||||
|
@ -4,19 +4,16 @@
|
||||
FROM ubuntu:latest
|
||||
LABEL version="0.1" \
|
||||
maintainer.name="Mickaël Véril" \
|
||||
maintainer.email="" \
|
||||
quantum_package.author.name="Anthony Scemama" \
|
||||
quantum_package.author.email="" \
|
||||
quantum_package.url="https://quantumpackage.github.io/qp2" \
|
||||
quantum_package.repo="https://github.com/QuantumPackage/qp2" \
|
||||
laboratory.name="Laboratoire de Chimie et Physique Quantique (LCPQ)" \
|
||||
laboratory.url="http://www.lcpq.ups-tlse.fr/"
|
||||
# Build argument (can be changed at build time see buiild.sh for an example)
|
||||
# Build argument (can be changed at build time
|
||||
# This argument define the user name
|
||||
ARG user=user
|
||||
# This argument define timezone for tzdata requierd by qp_run
|
||||
ARG tz=Etc/UTC
|
||||
# We could add another argument to configure the language of the image
|
||||
# enable manpages installation
|
||||
RUN sed -i 's,^path-exclude=/usr/share/man/,#path-exclude=/usr/share/man/,' /etc/dpkg/dpkg.cfg.d/excludes
|
||||
# Install all requierd packages
|
||||
|
Loading…
Reference in New Issue
Block a user