Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
added unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftop90 committed Feb 25, 2021
1 parent 3c433ba commit 22686eb
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 @@ -12,7 +12,7 @@ RUN chmod 700 -R /build/
RUN dnf update -y

# install system tools & utilities
RUN dnf install vim tree wget tar hostname git -y
RUN dnf install vim tree wget tar hostname git unzip -y

# run tools script
RUN ["/bin/bash", "-c", "./setup-tools.sh"]
Expand Down

0 comments on commit 22686eb

Please sign in to comment.