Skip to content

Commit 9d9e766

Browse files
committed
fix(Dockerfile): pin working google-gax lib version
1 parent 32cc5a0 commit 9d9e766

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364
4343
&& chown -R postgres /var/run/postgresql \
4444
&& curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.py | python - \
4545
&& 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 \
4647
&& pip install --disable-pip-version-check --no-cache-dir envdir \
4748
&& apt-get remove -y --auto-remove --purge \
4849
gcc \

0 commit comments

Comments
 (0)