Loading ci_cd_test/Dockerfile +0 −4 Original line number Diff line number Diff line FROM labs.etsi.org:5050/ocf/capif/python:3-slim-bullseye # Update package index and install required tools RUN apt update && apt install -y git nano && \ rm -rf /var/lib/apt/lists/* WORKDIR /sdk # Copy project files into the container Loading Loading
ci_cd_test/Dockerfile +0 −4 Original line number Diff line number Diff line FROM labs.etsi.org:5050/ocf/capif/python:3-slim-bullseye # Update package index and install required tools RUN apt update && apt install -y git nano && \ rm -rf /var/lib/apt/lists/* WORKDIR /sdk # Copy project files into the container Loading