Skip to content
Snippets Groups Projects
Commit 08141e6b authored by George Oikonomou's avatar George Oikonomou
Browse files

Sort apt-get install packages, one package per line

parent b25e7bed
Branches
Tags
No related merge requests found
...@@ -7,11 +7,30 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E03280 ...@@ -7,11 +7,30 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E03280
echo "deb http://download.mono-project.com/repo/ubuntu xenial main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list && \ echo "deb http://download.mono-project.com/repo/ubuntu xenial main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list && \
apt-get -qq update && \ apt-get -qq update && \
apt-get -qq -y --no-install-recommends install \ apt-get -qq -y --no-install-recommends install \
build-essential doxygen git wget unzip python-serial python-pip \ ant \
default-jdk ant srecord iputils-tracepath rlwrap \ build-essential \
mosquitto mosquitto-clients gdb npm \ default-jdk \
mono-complete gksu libgtk2.0-0 screen uml-utilities gtk-sharp2 \ doxygen \
libcanberra-gtk-module:i386 > /dev/null \ gdb \
git \
gksu \
gtk-sharp2 \
iputils-tracepath \
libcanberra-gtk-module:i386 \
libgtk2.0-0 \
mono-complete \
mosquitto \
mosquitto-clients \
npm \
python-pip \
python-serial \
rlwrap \
screen \
srecord \
uml-utilities \
unzip \
wget \
> /dev/null \
&& apt-get -qq clean && apt-get -qq clean
# Install coap-cli # Install coap-cli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment