Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
ioppytest
Commits
940c2130
Commit
940c2130
authored
Nov 19, 2018
by
Mahdi Ben Alaya
Browse files
update of Dockerfile and remove of node_modules directory
parent
1435ce9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
automation/lwm2m_server_leshan/Dockerfile
View file @
940c2130
...
...
@@ -25,9 +25,12 @@ RUN python3 -m pip install --upgrade pip
RUN
apt-get
-y
install
default-jre
#requirement for leshan server trigger
RUN
apt-get
-y
install
nodejs
RUN
apt-get
-y
install
npm
RUN
apt-get update
-yq
\
&&
apt-get
install
curl gnupg
-yq
\
&&
curl
-sL
https://deb.nodesource.com/setup_8.x | bash
\
&&
apt-get
install
nodejs
-yq
RUN
npm
install
body-parser
RUN
npm
install
request
ADD
. /ioppytest
ENV
PATH="/ioppytest:$PATH"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment