Benjamin Renard
7efacf04e4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
3 lines
145 B
Docker
3 lines
145 B
Docker
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
|