Skip to content

Commit a4c59af

Browse files
author
Davide Moro
committed
fix setuptools
1 parent f3fb08c commit a4c59af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . /src
44
WORKDIR /src
55

66
RUN pip3 install --upgrade pip \
7-
setuptools \
7+
setuptools=36.4.0 \
88
tox
99

1010
ENTRYPOINT [ "tox"]

0 commit comments

Comments
 (0)