Skip to content

Instantly share code, notes, and snippets.

@victorfeitosa
Created April 10, 2022 18:36
Show Gist options
  • Save victorfeitosa/0a0ac2dc945525d95ceae0641fcf5766 to your computer and use it in GitHub Desktop.
Save victorfeitosa/0a0ac2dc945525d95ceae0641fcf5766 to your computer and use it in GitHub Desktop.
SEts up a test KVS EC2 build
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