Skip to content

Commit

Permalink
Revert "TEMP remove dockerfile steps, due to currently flaky install"
Browse files Browse the repository at this point in the history
This reverts commit a41440b.
  • Loading branch information
brianhenryhf committed Oct 30, 2024
1 parent 07fe3bf commit f08dcad
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .docker/Dockerfile.gha-reports
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ RUN apt-get update \
&& apt-get install -y \
openssh-client lftp

#RUN touch ~/.bashrc
#RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
#ENV BASH_ENV=~/.bashrc
#RUN nvm install 18.19.0 && \
# nvm use 18 && nvm alias default 18 && \
# npm install -g npm@10.4.0 && npm install -g secure-spreadsheet
#
#RUN curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o "awscliv2.zip" && unzip awscliv2.zip && ./aws/install && rm awscliv2.zip
#RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.22.10/bin/linux/amd64/kubectl
#RUN chmod 744 ./kubectl
#RUN mv ./kubectl /usr/local/bin/kubectl
RUN touch ~/.bashrc
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
ENV BASH_ENV=~/.bashrc
RUN nvm install 18.19.0 && \
nvm use 18 && nvm alias default 18 && \
npm install -g npm@10.4.0 && npm install -g secure-spreadsheet

RUN curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o "awscliv2.zip" && unzip awscliv2.zip && ./aws/install && rm awscliv2.zip
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.22.10/bin/linux/amd64/kubectl
RUN chmod 744 ./kubectl
RUN mv ./kubectl /usr/local/bin/kubectl

0 comments on commit f08dcad

Please sign in to comment.