Skip to content

Commit

Permalink
fix gcloud cli gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Feb 28, 2023
1 parent f88ed22 commit 34da801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ RUN printf '\n=====================================================\n Install sy
printf '\n=> Add YTT-CLI\n' && curl -sSLo /usr/local/bin/ytt "https://github.com/k14s/ytt/releases/download/v${YTT_VERSION}/ytt-linux-amd64" && \
printf '\n=> Add YTT-CLI completion\n' && chmod 755 /usr/local/bin/ytt && ytt completion bash | grep -v Succeeded > /etc/bash_completion.d/ytt && \
printf '\n=====================================================\n Set system banner\n=====================================================\n' && \
printf '\nYour are logged into an ubuntu docker tools container :' > /etc/motd && \
printf '\nYour are logged into an ubuntu docker tools container :' > /etc/motd && \
printf '\n- "tools" command display available tools.' >> /etc/motd && \
printf '\n- "/data" is the only persistant volume (do not save data on other fs).\n\n' >> /etc/motd && \
chmod 644 /etc/motd && \
Expand Down

0 comments on commit 34da801

Please sign in to comment.