FROM registry.cri.epita.fr/martial.simon/tiger-compiler/buildenv-slim:1.1.0 LABEL org.opencontainer.image.name="buildenv-slim-pytest" \ org.opencontainer.image.authors="Clément Metz " \ org.opencontainer.image.version="1.1.0" \ org.opencontainer.image.comment="la même avec pytest et des tools de coverage" RUN apk add --no-cache \ python3 \ py3-pytest