Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
contiki-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NATAF Emmanuel
contiki-ng
Commits
08141e6b
Commit
08141e6b
authored
6 years ago
by
George Oikonomou
Browse files
Options
Downloads
Patches
Plain Diff
Sort apt-get install packages, one package per line
parent
b25e7bed
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/docker/Dockerfile
+24
-5
24 additions, 5 deletions
tools/docker/Dockerfile
with
24 additions
and
5 deletions
tools/docker/Dockerfile
+
24
−
5
View file @
08141e6b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment