UNCLASSIFIED

Commit 356a8ecf authored by Adam Martin's avatar Adam Martin
Browse files

no longer uses tarballs for deps

parent d7e807da
Pipeline #290771 passed with stages
in 7 minutes and 12 seconds
......@@ -6,7 +6,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build
USER 0
COPY *.whl *.tar.gz /wheel/
COPY *.whl /wheel/
RUN pip install --no-index --find-links=/wheel/ truffleHog3
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment