Select Git revision

Thomas Schneider authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 233 B
ARG DEBIAN_RELEASE=bullseye
FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-base:${DEBIAN_RELEASE}
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv flake8 curl && rm -rf /var/lib/apt/lists/*