Skip to content

Commit

Permalink
fix jdk & ca install
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed May 18, 2022
1 parent e0d76df commit 7ff1714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ ENV SPARK_HOME="/opt/spark"
ENV HIVE_HOME="/opt/hive"

# Install common softwares
RUN apt-get -y update && \
RUN apt-get -y update && \
curl -s https://raw.githubusercontent.com/InseeFrLab/onyxia/main/resources/common-software-docker-images.sh | bash -s && \
apt-get -y openjdk-11-jre-headless ca-certificates-java && \
apt-get install -y openjdk-11-jre-headless ca-certificates-java && \
rm -rf /var/lib/apt/lists/*

RUN mkdir -p $HADOOP_HOME $SPARK_HOME $HIVE_HOME
Expand Down

0 comments on commit 7ff1714

Please sign in to comment.