Skip to content

Commit 8f11922

Browse files
authored
Merge pull request #1393 from brian-team/bdevans-patch-1
Fix indentation in docker file
2 parents 3f3b297 + 986f578 commit 8f11922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1919
# Upgrade pip and install developer requirements
2020
COPY .devcontainer/dev-requirements.txt /tmp/pip-tmp/
2121
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
22+
&& pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/dev-requirements.txt \
23+
&& rm -rf /tmp/pip-tmp

0 commit comments

Comments
 (0)