Skip to content

Commit

Permalink
Update google cloud sdk
Browse files Browse the repository at this point in the history
Versions 312+ (current 320) fix issue that caused original pin

Build now takes longer so timeout was increased
  • Loading branch information
MushuEE committed Mar 4, 2021
1 parent f8f8df0 commit cf51299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kettle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN pip3 install requests google-cloud-pubsub==2.1.0 google-cloud-bigquery==2.2.
RUN curl -fsSL https://downloads.python.org/pypy/pypy3.6-v7.3.1-linux64.tar.bz2 | tar xj -C opt && \
ln -s /opt/pypy*/bin/pypy3 /usr/bin

RUN curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-294.0.0-linux-x86_64.tar.gz | tar xfz - -C . && \
RUN curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-320.0.0-linux-x86_64.tar.gz | tar xfz - -C . && \
./google-cloud-sdk/install.sh -q && \
ln -s /google-cloud-sdk/bin/* /bin/

Expand Down

0 comments on commit cf51299

Please sign in to comment.