Skip to content

Commit

Permalink
airflow: install ca-certificates-java early
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardqux committed Nov 4, 2024
1 parent 3d7ab57 commit f178d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM apache/airflow:2.2.3-python3.7
# Install Java
USER root
RUN mkdir -p /usr/share/man/man1
RUN apt-get update && apt-get install -y ca-certificates-java openjdk-11-jre-headless
RUN apt-get update && apt-get install -y default-jdk && apt-get install -y git && apt-get clean
USER airflow

Expand Down

0 comments on commit f178d8f

Please sign in to comment.