Add the Dockerfile to build the docker brenard/mylib:dev-master image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a1118cc40a
commit
7efacf04e4
2 changed files with 3 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
|
Loading…
Reference in a new issue