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
5 lines
136 B
Docker
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}
|