File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash && \
1313RUN curl -LO https://github.com/supabase/cli/releases/download/v${SUPABASE_VERSION}/supabase_${SUPABASE_VERSION}_linux_amd64.deb && \
1414 dpkg -i supabase_${SUPABASE_VERSION}_linux_amd64.deb
1515RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && \
16- chmod +x get_helm.sh && ./get_helm.sh && \
16+ chmod +x get_helm.sh && ./get_helm.sh
1717RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
1818 unzip awscliv2.zip && ./aws/install && rm -rf awscliv2.zip aws
1919RUN curl -L "https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64" \
You can’t perform that action at this time.
0 commit comments