python-mylib/docker/latest/Dockerfile
Benjamin Renard 7efacf04e4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add the Dockerfile to build the docker brenard/mylib:dev-master image
2023-01-03 00:35:22 +01:00

8 lines
540 B
Docker

FROM debian:latest
RUN echo "deb http://debian.zionetrix.net stable main" > /etc/apt/sources.list.d/zionetrix.list
RUN apt-get -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update
RUN apt-get -o APT::Get::AllowUnauthenticated=true install --yes zionetrix-archive-keyring
RUN apt-get update
RUN apt-get install -y python3-all python3-dev python3-pip python3-venv python3-mylib build-essential git
RUN python3 -m pip install pylint pytest flake8 flake8-junit-report pylint-junit junitparser