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