Skip to content

Commit 988e111

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

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=36.4.0 \
7+
setuptools==36.4.0 \
88
tox
99

1010
ENTRYPOINT [ "tox"]

0 commit comments

Comments
 (0)