0

I'm developing an application using java. In my Dockerfile, I'm using openjdk:11.0.1-jdk-slim-stretch as my parent image. The problem arose when I needed to add a python script to do a specific job for my app (the app executes the script using Runtime.getRuntime().exec()). This works fine in my local machine because I have python installed but I need to deploy this app soon. How can I install python in my parent image?

Ryan
  • 1
  • 1

0 Answers0