Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2MQTT
Commits
ae5c92ff
Commit
ae5c92ff
authored
May 24, 2019
by
Georg Vinogradov
Browse files
Create Dockerfile
parent
d7ceea70
Pipeline
#143511
passed with stage
in 1 minute and 11 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.DS_Store
0 → 100644
View file @
ae5c92ff
File added
docker/Dockerfile
0 → 100644
View file @
ae5c92ff
FROM
ubuntu:latest
RUN
apt-get update
RUN
apt-get
-y
install
software-properties-common
RUN
apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
RUN
add-apt-repository ppa:webupd8team/java
RUN
apt-get update
RUN
apt-get
-y
install
mosquitto
RUN
apt-get
-y
install
mosquitto-clients
RUN
apt-get
-y
install
openjdk-8-jdk
ENV
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
RUN
apt
-y
install
maven
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