Skip to content

Commit 56ab7ed

Browse files
author
Rub21
committed
Update gsutil for tiler-server
1 parent bce9469 commit 56ab7ed

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

images/tiler-server/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ RUN apk add --update \
2828
python-dev \
2929
linux-headers \
3030
musl-dev \
31-
openssl-dev
31+
openssl-dev \
32+
curl
3233

3334
# Install aws-cli and gsutil
34-
RUN pip install awscli \
35-
&& pip install gsutil
35+
RUN pip install awscli
36+
RUN curl -sSL https://sdk.cloud.google.com | bash
37+
RUN ln -f -s /root/google-cloud-sdk/bin/gsutil /usr/bin/gsutil
3638

3739
RUN pip install mercantile \
3840
&& apk del build-deps \

0 commit comments

Comments
 (0)