Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sirlegendary authored Oct 30, 2024
1 parent f53663d commit caf9138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cd /root/workdir && \

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

# Verify installations
RUN terraform --version
Expand Down

0 comments on commit caf9138

Please sign in to comment.