FROM tomcat:9.0.48-jdk11-adoptopenjdk-hotspot RUN apt-get update -y RUN apt-get install -y wait-for-it CMD ["catalina.sh", "jpda", "run"]