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
OSUG
RESIF
ws-sacpz-resp
Commits
3e7ae62a
Commit
3e7ae62a
authored
Jun 10, 2020
by
Jerome Touvier
Committed by
Jerome Touvier
Jul 08, 2020
Browse files
add openjdk
parent
0632f21d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3e7ae62a
...
...
@@ -3,6 +3,7 @@ MAINTAINER RESIF DC <resif-dc@univ-grenoble-alpes.fr>
COPY
requirements.txt /
RUN
pip
install
--no-cache-dir
-r
/requirements.txt
RUN
pip
install
--no-cache-dir
gunicorn
RUN
apt-get update
&&
apt-get
install
openjdk-14-jre-headless
&&
apt-get clean
WORKDIR
/appli
COPY
stationxml-seed-converter-2.1.0.jar ./
COPY
start_resp.py start_sacpz.py ./
...
...
Write
Preview
Supports
Markdown
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