Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyter-java
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
Container 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
Emmanuel Bruno
jupyter-java
Commits
95bce6dd
Commit
95bce6dd
authored
2 years ago
by
Emmanuel Bruno
Browse files
Options
Downloads
Patches
Plain Diff
upgrades plantUML.
parent
3afac22a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
95bce6dd
...
...
@@ -3,8 +3,8 @@ FROM $BASE_CONTAINER
LABEL
maintainer="Emmanuel Bruno <emmanuel.bruno@univ-tln.fr>"
ENV
PLANTUML_VERSION 1.2022.1
ENV
PLANTUML_SHA1
ac9847dac6687f5079793952cf981f8d75ff4515
ENV
PLANTUML_VERSION 1.2022.1
2
ENV
PLANTUML_SHA1
da1de7f1b3de4c70b2ff501579802085dbc9a05b
USER
root
# Install minimal dependencies
...
...
@@ -100,7 +100,7 @@ RUN echo '#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!' >> $HOME/.
SHELL
["/bin/zsh","-l","-c"]
# Install PlantUML
RUN
curl
-L
https://
sourceforge.net/projects/plantuml/files
/plantuml
.
${
PLANTUML_VERSION
}
.jar
/download
-o
/usr/local/bin/plantuml.jar
&&
\
RUN
curl
-L
https://
repo1.maven.org/maven2/net/sourceforge/plantuml/plantuml/
${
PLANTUML_VERSION
}
/plantuml
-
${
PLANTUML_VERSION
}
.jar
-o
/usr/local/bin/plantuml.jar
&&
\
echo
"
$PLANTUML_SHA1
*/usr/local/bin/plantuml.jar"
|
sha1sum
-c
-
COPY
dependencies/* "$HOME/lib/"
...
...
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