Skip to content

Commit

Permalink
playground python image update openjdk to 17 (#31843)
Browse files Browse the repository at this point in the history
  • Loading branch information
volatilemolotov authored Jul 11, 2024
1 parent 00bf1c6 commit 041ccdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playground/backend/containers/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ RUN cd /opt/playground/backend/kafka-emulator/ && tar -xvf kafka-emulator.tar &&
mv kafka-emulator/*.jar . && rmdir kafka-emulator/ &&\
mv beam-playground-kafka-emulator-*.jar beam-playground-kafka-emulator.jar
RUN apt-get update && \
wget http://http.us.debian.org/debian/pool/main/o/openjdk-11/openjdk-11-jre-headless_11.0.23+9-1~deb11u1_amd64.deb && \
apt install -y ./openjdk-11-jre-headless_11.0.23+9-1~deb11u1_amd64.deb
apt install openjdk-17-jre-headless -y

# Create a user group `appgroup` and a user `appuser`
RUN groupadd --gid 20000 appgroup \
Expand Down

0 comments on commit 041ccdb

Please sign in to comment.