Skip to content

Commit

Permalink
Adjust whitespace in dev container Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: John Schaeffer <[email protected]>
  • Loading branch information
jnschaeffer committed Apr 12, 2023
1 parent ec57e4e commit 187afba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/yarn-archive-keyring.gpg \
&& apt-get install apt-transport-https --yes \
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list \
&& apt-get update && apt-get install --yes --no-install-recommends \
&& apt-get update \
&& apt-get install --yes --no-install-recommends \
bash-completion \
helm \
uuid-runtime
Expand Down

0 comments on commit 187afba

Please sign in to comment.