Skip to content

Commit

Permalink
Merge pull request #43 from paigerube14/aws_cli
Browse files Browse the repository at this point in the history
Adding aws cli
  • Loading branch information
paigerube14 authored Jul 16, 2024
2 parents 4654958 + 4ab555e commit 35d34ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ RUN git clone https://github.com/krkn-chaos/krkn-hub.git /home/krkn/krkn-hub
ADD . /home/krkn/krkn-hub

USER root
RUN chown -R krkn:krkn /home/krkn && chmod -R 777 /home/krkn

RUN dnf install -y unzip && curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip awscliv2.zip && ./aws/install
RUN aws --version

RUN chown -R krkn:krkn /home/krkn && chmod -R 777 /home/krkn

USER krkn
ENV PYTHONPATH=/home/krkn/krkn-hub/packages:$PYTHONPATH PYTHONUNBUFFERED=1
Expand Down

0 comments on commit 35d34ae

Please sign in to comment.