Skip to content

Commit

Permalink
fix(docker): install openjdk 11 in base ingest image (#6365)
Browse files Browse the repository at this point in the history
  • Loading branch information
frsann authored Nov 4, 2022
1 parent 3080b9e commit 9e86c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/datahub-ingestion/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y \
zip \
unzip \
ldap-utils \
openjdk-11-jre-headless \
&& curl -L https://github.com/treff7es/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-${DOCKERIZE_ARCH}-$DOCKERIZE_VERSION.tar.gz | tar -C /usr/local/bin -xzv \
&& python -m pip install --upgrade pip wheel setuptools==57.5.0 \
&& curl -Lk -o /root/librdkafka-${LIBRDKAFKA_VERSION}.tar.gz https://github.com/edenhill/librdkafka/archive/v${LIBRDKAFKA_VERSION}.tar.gz \
Expand Down

0 comments on commit 9e86c6f

Please sign in to comment.