Skip to content

Commit 113ebed

Browse files
committedApr 15, 2023
Added pre-commit
1 parent c8cd2bb commit 113ebed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ RUN cd $(mktemp -d) && \
308308
sudo install -c -m 0755 skaffold /usr/local/bin && \
309309
rm -f skaffold
310310

311+
# Pre-commit
312+
RUN pip3 install pre-commit
313+
311314
# Kubetail
312315
RUN git clone https://github.com/johanhaleby/kubetail.git ${HOME}/.oh-my-zsh/custom/plugins/kubetail
313316

0 commit comments

Comments
 (0)
Please sign in to comment.