Skip to content

Commit fbb4d3b

Browse files
committed
Fix Dockerfile
1 parent 7a67262 commit fbb4d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ RUN apt-get update && apt-get install -y \
55
python python3.8-venv pip pipx \
66
&& rm -rf /var/lib/apt/lists/*
77

8-
RUN pip install clang-format pre-commit
8+
RUN pip install clang-format && pip install pre-commit
99

1010
RUN pre-commit install

0 commit comments

Comments
 (0)