Skip to content

Commit 3e235cf

Browse files
minrkconsideRatio
andauthored
use equals sign to specify find-links
Co-authored-by: Erik Sundell <[email protected]>
1 parent 2dd123f commit 3e235cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/singleuser-sample/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ COPY requirements.txt /tmp/requirements.txt
5757
RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
5858
--mount=type=cache,from=build-stage,source=/build-stage,target=/tmp/wheels \
5959
pip install \
60-
--find-links /tmp/wheels/ \
60+
--find-links=/tmp/wheels/ \
6161
-r /tmp/requirements.txt
6262

6363
WORKDIR ${HOME}

0 commit comments

Comments
 (0)