Skip to content

Commit e0d76df

Browse files
committed
fix jdk & ca install
1 parent 4fd6460 commit e0d76df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ENV HIVE_HOME="/opt/hive"
2323
# Install common softwares
2424
RUN apt-get -y update && \
2525
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 && \
2627
rm -rf /var/lib/apt/lists/*
2728

2829
RUN mkdir -p $HADOOP_HOME $SPARK_HOME $HIVE_HOME

0 commit comments

Comments
 (0)