We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0d9ac commit d3748b6Copy full SHA for d3748b6
.docker/gcloud-slim
@@ -20,7 +20,7 @@ RUN curl -L "https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/s
20
-o /usr/local/bin/sops && chmod +x /usr/local/bin/sops
21
RUN curl -L https://github.com/mikefarah/yq/releases/download/v4.34.1/yq_linux_amd64 \
22
-o /usr/local/bin/yq && chmod +x /usr/local/bin/yq
23
-RUN curl -s http://yamlscript.org/install | BIN=1 bash
+RUN curl -s https://yamlscript.org/install | BIN=1 bash
24
RUN useradd -m -s /usr/bin/bash -G sudo ${USERNAME}
25
WORKDIR /home/${USERNAME}
26
USER ${USERNAME}
0 commit comments