Created
April 10, 2022 18:36
-
-
Save victorfeitosa/0a0ac2dc945525d95ceae0641fcf5766 to your computer and use it in GitHub Desktop.
SEts up a test KVS EC2 build
This file contains hidden or 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
apt-get upgrade && \ | |
apt-get update && \ | |
apt-get install -y \ | |
byacc \ | |
cmake \ | |
libtool \ | |
libtool-bin \ | |
automake \ | |
bison \ | |
flex \ | |
curl \ | |
g++ \ | |
git \ | |
libssl-dev \ | |
libcurl4-openssl-dev \ | |
liblog4cplus-dev \ | |
gstreamer1.0-plugins-base-apps \ | |
gstreamer1.0-plugins-bad \ | |
gstreamer1.0-plugins-good \ | |
gstreamer1.0-plugins-ugly \ | |
gstreamer1.0-tools \ | |
libgstreamer1.0-dev \ | |
libgstreamer-plugins-base1.0-dev \ | |
m4 \ | |
maven \ | |
openjdk-8-jdk \ | |
python2.7 \ | |
python3 \ | |
pkg-config \ | |
vim \ | |
wget \ | |
xz-utils && \ | |
rm -rf /var/lib/apt/lists/* && \ | |
cd /opt/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment