Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VAhanus
Public
container-plantuml
Commits
2e66873f
Commit
2e66873f
authored
Dec 31, 2019
by
Carsten Schlote
Browse files
Temporary base image set due to missing packages, cleanups
parent
fee95b40
Pipeline
#555
failed with stages
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2e66873f
# hadolint ignore=DL3007
FROM
gitlab.vahanus.net:5050/vahanus/public/container-debian10:latest
#FROM gitlab.vahanus.net:5050/vahanus/public/container-debian10:latest
FROM
ubuntu:18.04
# hadolint ignore=DL3008
RUN
apt-get update
\
...
...
@@ -13,7 +14,7 @@ RUN git clone https://github.com/plantuml/plantuml-server.git \
&&
cd
plantuml-server
\
&&
mvn package
\
&&
cp
target/plantuml.war /var/lib/tomcat8/webapps/plantuml.war
\
&&
chown
tomcat8:tomcat8 /var/lib/tomcat8/webapps/plantuml.war
\
&&
chown
tomcat8:tomcat8 /var/lib/tomcat8/webapps/plantuml.war
# && service tomcat8 restart
...
...
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