diff --git a/Dockerfile b/Dockerfile index cc1f3c3..d8d6ce8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM maven:3.8.5-openjdk-17-slim +# Install OpenSSL +RUN apt-get update && apt-get install -y openssl + # Set the working directory WORKDIR /home/container