Skip to content

Commit

Permalink
Merge pull request #43 from NYTimes/pre-install-gae
Browse files Browse the repository at this point in the history
pre-installing the GAE SDK for gcloud to avoid it happening on the fly
  • Loading branch information
jprobinson authored Oct 31, 2018
2 parents 74aacc9 + 3b14bbd commit 0a8a260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM google/cloud-sdk:alpine
FROM google/cloud-sdk:latest

RUN apk add -U --no-cache unzip
RUN apt-get install -qqy unzip

ENV GOOGLE_APP_ENGINE_SDK_VERSION=1.9.68

Expand Down

0 comments on commit 0a8a260

Please sign in to comment.