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 f3fb08c commit a4c59afCopy full SHA for a4c59af
{{cookiecutter.project_slug}}/Dockerfile
@@ -4,7 +4,7 @@ COPY . /src
4
WORKDIR /src
5
6
RUN pip3 install --upgrade pip \
7
- setuptools \
+ setuptools=36.4.0 \
8
tox
9
10
ENTRYPOINT [ "tox"]
0 commit comments