Skip to content

Instantly share code, notes, and snippets.

@1xtr
Last active January 21, 2023 16:53
Show Gist options
  • Save 1xtr/33784af7a05812ed9595db648c267325 to your computer and use it in GitHub Desktop.
Save 1xtr/33784af7a05812ed9595db648c267325 to your computer and use it in GitHub Desktop.
Install 7z on amazon/aws-cli docker image
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