Skip to content

Commit

Permalink
Implement new download requirements script (hitachienergy#805)
Browse files Browse the repository at this point in the history
* rsync added to the Dockerfile

* add rsync to devcontainer

* files, images and crane moved to separate files

* added yaml
  • Loading branch information
sbbroot committed Jan 26, 2022
1 parent 1eb29a7 commit fdb13aa
Show file tree
Hide file tree
Showing 58 changed files with 2,790 additions and 3,624 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN : INSTALL APT REQUIREMENTS \
jq libc6-dev libcap2-bin libffi-dev lsb-release \
make musl-dev openssh-client procps \
psmisc ruby-full sudo tar \
unzip vim \
unzip vim rsync \
&& apt-get -q autoremove -y \
&& apt-get -q clean -y \
&& rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY . /epicli
RUN : INSTALL APT REQUIREMENTS \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
autossh curl gcc jq libcap2-bin libc6-dev libffi-dev make musl-dev openssh-client procps psmisc ruby-full sudo tar unzip vim \
autossh curl gcc jq libcap2-bin libc6-dev libffi-dev make musl-dev openssh-client procps psmisc ruby-full sudo tar unzip vim rsync \
\
&& : INSTALL HELM BINARY \
&& curl -fsSLO https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz \
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fdb13aa

Please sign in to comment.