Skip to content

Commit 4a0d9ac

Browse files
committed
Remove trailing && \
1 parent 775c280 commit 4a0d9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/gcloud-slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash && \
1313
RUN 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
1515
RUN 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
1717
RUN 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
1919
RUN curl -L "https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64" \

0 commit comments

Comments
 (0)