We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c59af commit 988e111Copy full SHA for 988e111
{{cookiecutter.project_slug}}/Dockerfile
@@ -4,7 +4,7 @@ COPY . /src
4
WORKDIR /src
5
6
RUN pip3 install --upgrade pip \
7
- setuptools=36.4.0 \
+ setuptools==36.4.0 \
8
tox
9
10
ENTRYPOINT [ "tox"]
0 commit comments