Skip to content
Snippets Groups Projects
Commit 71ba2bbe authored by Sam Kagan's avatar Sam Kagan
Browse files

Removed cache-breaker

parent 0757f28e
No related branches found
No related tags found
1 merge request!1467Pinned all Python deps, allowing 'python' to vary with patches
Pipeline #12212 passed
......@@ -51,7 +51,6 @@ ENV PATH "${PATH}:/home/vlapipe/.local/bin"
COPY --chown=vlapipe:vlapipe ./shared ./shared
COPY --chown=vlapipe:vlapipe ./apps/cli ./apps/cli
RUN pip install --upgrade pip
RUN echo look Mom, I broke the cache!
FROM base as local-pex
COPY --chown=vlapipe:vlapipe ./services/workflow/requirements.txt ./requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment