Initial import
This commit is contained in:
8
base-java/Dockerfile
Normal file
8
base-java/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM jitsi/base
|
||||
|
||||
RUN \
|
||||
mkdir -p /usr/share/man/man1 && \
|
||||
apt-dpkg-wrap apt-get update && \
|
||||
apt-dpkg-wrap apt-get install -y openjdk-8-jre-headless && \
|
||||
apt-cleanup
|
||||
|
||||
Reference in New Issue
Block a user