We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8622b commit 22f7dc5Copy full SHA for 22f7dc5
.cl/cloudbuild.yaml
@@ -18,7 +18,9 @@ steps:
18
entrypoint: sh
19
args:
20
- '-c'
21
- - 'sudo sed -i "s/#user_allow_other/user_allow_other/g" /etc/fuse.conf'
+ - |
22
+ apk add --no-cache sudo
23
+ sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
24
# - id: enable fuse config
25
# name: 'alpine'
26
# entrypoint: 'sh'
0 commit comments