Skip to content
Snippets Groups Projects
Commit 4a08da8a authored by Erik Reid's avatar Erik Reid
Browse files

skeleton Dockerfile

parent 9a7a55ed
Branches
Tags
No related merge requests found
Pipeline #83808 passed
FROM python:3.11
ARG ARTIFACT_VERSION
RUN pip install \
--pre \
--extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
goat-lso==${ARTIFACT_VERSION}
CMD ["tail", "-f", "/dev/null"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment