Skip to content

Commit

Permalink
Update Playground Python Dockerfile (apache#31745)
Browse files Browse the repository at this point in the history
* Fix Python Playground Dockerfile

* Update version to 11.0.23
  • Loading branch information
jrmccluskey authored and acrites committed Jul 17, 2024
1 parent 046bf0a commit 61daa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/backend/containers/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +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.22+7-1~deb11u1_amd64.deb && \
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.22+7-1~deb11u1_amd64.deb

# Create a user group `appgroup` and a user `appuser`
Expand Down

0 comments on commit 61daa01

Please sign in to comment.