diff options
Diffstat (limited to 'contrib/gate/Dockerfile')
-rw-r--r-- | contrib/gate/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gate/Dockerfile b/contrib/gate/Dockerfile index 1939d7ad1..d1e0b967b 100644 --- a/contrib/gate/Dockerfile +++ b/contrib/gate/Dockerfile @@ -48,6 +48,7 @@ WORKDIR $GOSRC RUN set -x && \ make install.tools && \ install -D -m 755 $GOSRC/contrib/gate/entrypoint.sh /usr/local/bin/ && \ + python3 -m pip install pre-commit && \ rm -rf "$GOSRC" # Install cni config |