We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ad868 commit 1b18828Copy full SHA for 1b18828
1 file changed
.docker/Dockerfile.devenv
@@ -4,6 +4,7 @@ RUN apt -y update && apt -y upgrade && apt install bash -y
4
RUN DEBIAN_FRONTEND=noninteractive apt -y install wget gpg software-properties-common lsb-release git make python3 python3-pip vim -y
5
RUN apt -y update && apt -y install cmake clang-14 ninja-build sudo
6
7
+RUN pip install pre-commit
8
9
RUN set -exu; \
10
useradd -p test -s /bin/bash -m vscode; \
0 commit comments