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 c6aacead5..2a904a202 100644 --- a/contrib/gate/Dockerfile +++ b/contrib/gate/Dockerfile @@ -46,6 +46,7 @@ WORKDIR $GOSRC # Install dependencies RUN set -x && \ install -D -m 755 $GOSRC/contrib/gate/entrypoint.sh /usr/local/bin/ && \ + python3 -m pip install pre-commit && \ rm -rf "$GOSRC" # Install cni config |