projet_clolery (1.6)
Published 2024-07-24 14:46:30 +02:00 by cecotiere-ensae
Installation
docker pull code.groupe-genes.fr/labeds/projet_clolery:1.6
sha256:34f35794973e4786ed7abb56a04f406b89405ac99e6c2380e455b784d69a8e9f
Image Layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=22.04 |
ADD file:d5da92199726e42da09a6f75a778befb607fe3f79e4afaf7ef5188329b26b386 in / |
CMD ["/bin/bash"] |
RUN apt-get update && apt-get -y install python3-pip git libpq-dev |
ADD . /opt/otree |
RUN pip3 install -r requirements.txt |
Labels
Key | Value |
---|---|
org.opencontainers.image.ref.name | ubuntu |
org.opencontainers.image.version | 22.04 |