We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd6460 commit e0d76dfCopy full SHA for e0d76df
Dockerfile
@@ -23,6 +23,7 @@ ENV HIVE_HOME="/opt/hive"
23
# Install common softwares
24
RUN apt-get -y update && \
25
curl -s https://raw.githubusercontent.com/InseeFrLab/onyxia/main/resources/common-software-docker-images.sh | bash -s && \
26
+ apt-get -y openjdk-11-jre-headless ca-certificates-java && \
27
rm -rf /var/lib/apt/lists/*
28
29
RUN mkdir -p $HADOOP_HOME $SPARK_HOME $HIVE_HOME
0 commit comments