|
@@ -131,7 +131,7 @@ RUN set -x \
|
|
&& rm -rf "$GOPATH"
|
|
&& rm -rf "$GOPATH"
|
|
|
|
|
|
# Get the "docker-py" source so we can run their integration tests
|
|
# Get the "docker-py" source so we can run their integration tests
|
|
-ENV DOCKER_PY_COMMIT 91985b239764fe54714fa0a93d52aa362357d251
|
|
|
|
|
|
+ENV DOCKER_PY_COMMIT 8a87001d09852058f08a807ab6e8491d57ca1e88
|
|
RUN git clone https://github.com/docker/docker-py.git /docker-py \
|
|
RUN git clone https://github.com/docker/docker-py.git /docker-py \
|
|
&& cd /docker-py \
|
|
&& cd /docker-py \
|
|
&& git checkout -q $DOCKER_PY_COMMIT
|
|
&& git checkout -q $DOCKER_PY_COMMIT
|