We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32cc5a0 + 9d9e766 commit a191c96Copy full SHA for a191c96
1 file changed
Dockerfile
@@ -43,6 +43,7 @@ RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364
43
&& chown -R postgres /var/run/postgresql \
44
&& curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.py | python - \
45
&& pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@380821a6c4ea4f98a244680d7c6c5b04b8c694b3 \
46
+ && pip install --disable-pip-version-check --no-cache-dir google-gax===0.12.5 \
47
&& pip install --disable-pip-version-check --no-cache-dir envdir \
48
&& apt-get remove -y --auto-remove --purge \
49
gcc \
0 commit comments