Skip to content

Commit

Permalink
Update Dockerfile .bashrc update
Browse files Browse the repository at this point in the history
  • Loading branch information
sirlegendary authored Oct 30, 2024
1 parent bf41165 commit f53663d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ RUN curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zi
RUN cd /root/workdir && \
git clone https://github.com/DevOpsPlayground/chaos-engineering

# ~/.bashrc update
RUN echo 'alias aws_creds="env | grep AWS"' >> ~/.bashrc && \
echo 'alias workdir="cd ~/workdir"' >> ~/.bashrc && \

# Verify installations
RUN terraform --version
RUN aws --version

0 comments on commit f53663d

Please sign in to comment.