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 7a67262 commit fbb4d3bCopy full SHA for fbb4d3b
.devcontainer/Dockerfile
@@ -5,6 +5,6 @@ RUN apt-get update && apt-get install -y \
5
python python3.8-venv pip pipx \
6
&& rm -rf /var/lib/apt/lists/*
7
8
-RUN pip install clang-format pre-commit
+RUN pip install clang-format && pip install pre-commit
9
10
RUN pre-commit install
0 commit comments