From 5c3d523a7eeee13ec239f3982e648af66ec15643 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Sun, 31 Jan 2021 12:06:26 +0000 Subject: [PATCH] Update install script of gcloud for www-gitlab-com Signed-off-by: Takuya Noguchi --- Dockerfile.www-gitlab-com-2.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.www-gitlab-com-2.7 b/Dockerfile.www-gitlab-com-2.7 index 0cc58cc..bebe774 100644 --- a/Dockerfile.www-gitlab-com-2.7 +++ b/Dockerfile.www-gitlab-com-2.7 @@ -8,7 +8,7 @@ RUN /scripts/install-www-gitlab-com # Install Google Cloud SDK for deploys via rsync COPY --from=gcloud-sdk /usr/lib/google-cloud-sdk /usr/lib/google-cloud-sdk COPY --from=gcloud-sdk /usr/share/google-cloud-sdk /usr/share/google-cloud-sdk -RUN cd /usr/bin && find ../lib/google-cloud-sdk/bin -type f exec ln -s {} \;; cd - +RUN cd /usr/bin && find ../lib/google-cloud-sdk/bin -type f -executable -exec ln -s {} \;; cd - # Set UTF-8 http://jaredmarkell.com/docker-and-locales/ # Must be set after install-essentials is run