projet_clolery (1.12)
Published 2024-08-08 09:48:03 +02:00 by cecotiere-ensae
Installation
docker pull code.groupe-genes.fr/labeds/projet_clolery:1.12
sha256:e58fd39fa15e07700905ab09c6a25f08be2a1cd82a40bc1db5a56c8491305de4
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 |