Compare commits
2 commits
cb4b8d6974
...
7efacf04e4
Author | SHA1 | Date | |
---|---|---|---|
7efacf04e4 | |||
a1118cc40a |
2 changed files with 10 additions and 0 deletions
3
docker/dev-master/Dockerfile
Normal file
3
docker/dev-master/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM brenard/mylib:latest
|
||||
RUN apt-get remove -y python3-mylib
|
||||
RUN python3 -m pip install -U git+https://gitea.zionetrix.net/bn8/python-mylib.git
|
7
docker/latest/Dockerfile
Normal file
7
docker/latest/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Reference in a new issue