Skip to content

Commit 1b18828

Browse files
committed
adding pre commit install to dockerfile
1 parent b5ad868 commit 1b18828

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.docker/Dockerfile.devenv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RUN apt -y update && apt -y upgrade && apt install bash -y
44
RUN DEBIAN_FRONTEND=noninteractive apt -y install wget gpg software-properties-common lsb-release git make python3 python3-pip vim -y
55
RUN apt -y update && apt -y install cmake clang-14 ninja-build sudo
66

7+
RUN pip install pre-commit
78

89
RUN set -exu; \
910
useradd -p test -s /bin/bash -m vscode; \

0 commit comments

Comments
 (0)