dockge-cli/Dockerfile
Firq 003204afb1
Some checks failed
/ pylint (push) Successful in 13s
/ mypy (push) Successful in 14s
/ build-and-push-container (push) Has been skipped
/ release (push) Has been skipped
/ lint-and-typing (push) Successful in 17s
/ publish-artifacts (push) Failing after 9s
/ build-artifacts (push) Successful in 9s
Add docker build step to provide ready-to-use dockge cli container
2024-07-22 17:40:57 +02:00

5 lines
136 B
Docker

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