blob: 1dc5f66fd44fae8a3a6fc1341eb1e54a533dcd24 [file] [log] [blame]
FROM gerritforge/gerrit-ci-slave-bazel:debian-stretch
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
stable" && \
apt-get update && \
apt-get install -y docker-ce