diff --git a/Containerfile b/Containerfile index 506a12f0564a1352be997962ff6719c01e9a2390..001e9bf0f072d9eb2097cdde2584872b933767e0 100644 --- a/Containerfile +++ b/Containerfile @@ -7,6 +7,7 @@ RUN wget https://github.com/GitTools/GitVersion/releases/download/5.9.0/gitversi rm -rf gitversion-linux-x64-5.9.0.tar.gz RUN apt-get update && \ apt-get install --no-install-recommends -y \ - cifs-utils nfs-common && \ + cifs-utils nfs-common jq && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* +RUN pip install --upgrade python-gitlab