Skip to content

Console Output

+ docker build -t 99544a3172fce9a5ccb39c4f2b816e57f37bb902 --pull -f .jenkins/python3/Dockerfile .jenkins/python3
Sending build context to Docker daemon   2.56kB

Step 1/3 : FROM docker.openmodelica.org/build-deps:v1.16.2
v1.16.2: Pulling from build-deps
Digest: sha256:ef85a65a4b895238f0080287981632dc1a0b144ee2d67b86a10e6cc9df150c9a
Status: Image is up to date for docker.openmodelica.org/build-deps:v1.16.2
 ---> 8c0f9eac200c
Step 2/3 : RUN apt-get update   && apt-get install -qy gnupg wget ca-certificates apt-transport-https sudo   && echo "deb https://build.openmodelica.org/omc/builds/linux/releases/1.14.2/ `lsb_release -sc`  release" > /etc/apt/sources.list.d/openmodelica.list   && wget https://build.openmodelica.org/apt/openmodelica.asc -O- | apt-key add -   && apt-get update   && apt-get install -qy --no-install-recommends omc   && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> c775661f7ca7
Step 3/3 : RUN pip3 install --no-cache pytest
 ---> Using cache
 ---> 30d1cf5dd184
Successfully built 30d1cf5dd184
Successfully tagged 99544a3172fce9a5ccb39c4f2b816e57f37bb902:latest