Add docker build step to provide ready-to-use dockge cli container

This commit is contained in:
Firq 2024-07-22 17:40:57 +02:00
parent 44a0409798
commit 003204afb1
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 39 additions and 0 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM forgejo.neshweb.net/ci-docker-images/python-neshweb:3.11
ARG PACKAGE_VERSION=0.1.0
RUN pip install dockge-cli==${PACKAGE_VERSION}