Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ESProjects
SDE
Commits
8d708cf4
Commit
8d708cf4
authored
Feb 18, 2022
by
Pietro Braghieri
Browse files
add docker files for CI
parent
0102ab0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
dockers/Java11-Python2/Dockerfile
0 → 100644
View file @
8d708cf4
#
# Ubuntu-20.04 Docker Container
#
FROM
ubuntu:20.04
ENV
DEBIAN_FRONTEND noninteractive
# Install Dev tools
RUN
apt-get update
&&
apt-get
install
-y
tar
wget unzip git maven openssh-client python2
RUN
mkdir
~/.ssh
&&
chmod
700 ~/.ssh
\ No newline at end of file
dockers/Java8-Python2/Dockerfile
0 → 100644
View file @
8d708cf4
#
# Ubuntu-20.04 Docker Container
#
FROM
ubuntu:20.04
ENV
DEBIAN_FRONTEND noninteractive
# Install Dev tools
RUN
apt-get update
&&
apt-get
install
-y
tar
wget unzip git maven openssh-client python2
RUN
rm
-rf
/usr/lib/jvm/java-11-openjdk-amd64
RUN
apt-get
install
-y
openjdk-8-jdk
RUN
mkdir
~/.ssh
&&
chmod
700 ~/.ssh
\ No newline at end of file
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