Skip to content

Commit

Permalink
adding in docker setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
brihopki committed May 21, 2017
1 parent 1518444 commit 40ca7e0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions build_host_setup_docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#!/usr/bin/env bash
#Docker doesn't use sudo so need one without sudo for automation of image.

apt-get install -y \
git \
python \
python-dev \
python-setuptools \
python-virtualenv \
python-gobject-dev \
virtualenvwrapper \
libtool \
libffi-dev \
libssl-dev \
autoconf \
automake \
bison \
swig \
libglib2.0-dev \
s3cmd \
portaudio19-dev \
mpg123 \
screen \
flac \
curl \
libicu-dev \
pkg-config \
automake

0 comments on commit 40ca7e0

Please sign in to comment.