Peg docker version to '<=4.3.0' for partials

This commit is contained in:
Abolfazl Shahbazi 2020-12-17 13:33:41 -08:00
parent 50c75992c7
commit 2a1958ccf8

View File

@ -22,7 +22,7 @@ LABEL maintainer="Austin Anderson <angerson@google.com>"
RUN apt-get update && apt-get install -y python3 python3-pip bash curl
RUN curl -sSL https://get.docker.com/ | sh
RUN pip3 install --upgrade pip setuptools pyyaml absl-py cerberus docker
RUN pip3 install --upgrade pip setuptools pyyaml absl-py cerberus 'docker<=4.3.0'
WORKDIR /tf
VOLUME ["/tf"]