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.
2 parents 3f3b297 + 986f578 commit 8f11922Copy full SHA for 8f11922
.devcontainer/Dockerfile
@@ -19,5 +19,5 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
19
# Upgrade pip and install developer requirements
20
COPY .devcontainer/dev-requirements.txt /tmp/pip-tmp/
21
RUN pip3 install --upgrade pip \
22
- && pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/dev-requirements.txt \
23
- && rm -rf /tmp/pip-tmp
+ && pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/dev-requirements.txt \
+ && rm -rf /tmp/pip-tmp
0 commit comments