Skip to content

Commit 88c063f

Browse files
authored
Remove --no-deps in pip wheels command of docs Dockerfile (cookiecutter#3875)
1 parent 92c790d commit 88c063f

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/compose/local/docs

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
2222
COPY ./requirements /requirements
2323

2424
# create python dependency wheels
25-
RUN pip wheel --no-cache-dir --no-deps --wheel-dir /usr/src/app/wheels \
25+
RUN pip wheel --no-cache-dir --wheel-dir /usr/src/app/wheels \
2626
-r /requirements/local.txt -r /requirements/production.txt \
2727
&& rm -rf /requirements
2828

0 commit comments

Comments
 (0)