Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 1bd4727

Browse files
committed
chore(requirements) Update to docker-py 1.10.2
1 parent 4273b5c commit 1bd4727

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM quay.io/deis/base:0.3.0
33
RUN apt-get update \
44
&& apt-get install -y \
55
gcc \
6-
git \
76
libffi6 \
87
libffi-dev \
98
libssl1.0.0 \
@@ -14,14 +13,13 @@ RUN apt-get update \
1413
python-dev \
1514
--no-install-recommends \
1615
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.2 \
17-
&& pip install --disable-pip-version-check --no-cache-dir git+https://github.com/docker/docker-py.git@9b63bed6a0b5185b043e85df8c49d86d2c048aa1 \
16+
&& pip install --disable-pip-version-check --no-cache-dir docker-py==1.10.2 \
1817
&& apt-get remove -y --auto-remove --purge \
1918
gcc \
2019
libffi-dev \
2120
libssl-dev \
2221
musl-dev \
2322
python-dev \
24-
git \
2523
&& apt-get clean \
2624
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc
2725

0 commit comments

Comments
 (0)