Last active
January 21, 2023 16:53
-
-
Save 1xtr/33784af7a05812ed9595db648c267325 to your computer and use it in GitHub Desktop.
Install 7z on amazon/aws-cli docker image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum update -y && amazon-linux-extras install epel -y && yum install p7zip -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment