Skip to content
Snippets Groups Projects
Unverified Commit cc480379 authored by Emmanuel Bruno's avatar Emmanuel Bruno Committed by GitHub
Browse files

fixes a typo

parent a953f55d
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ USER root ...@@ -13,7 +13,7 @@ USER root
# Copy the list artefacts to install # Copy the list artefacts to install
# Ubuntu and PIP packages, ... # Ubuntu and PIP packages, ...
COPY list-* /tmp/ COPY list_* /tmp/
# Sets a cache for pip packages # Sets a cache for pip packages
ENV PIP_CACHE_DIR=/var/cache/buildkit/pip ENV PIP_CACHE_DIR=/var/cache/buildkit/pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment