blob: 16da92938c07d6bb9e3172704fa174deb3faf614 [file] [log] [blame]
FROM gerritforge/gerrit-ci-slave-debian:$DEBIAN_VER
RUN apt-get update --allow-releaseinfo-change && apt-get install -y \
python3-pip && \
pip3 install yamllint pipenv && \
rm -Rf /var/lib/apt/lists