mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'www-gitlab-com-gcloud' into 'master'
Update install script of gcloud for www-gitlab-com See merge request gitlab-org/gitlab-build-images!358
This commit is contained in:
commit
28db6ad94c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue