Update Dockerfile
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 47s

This commit is contained in:
Braydon 2024-04-08 02:29:41 -04:00
parent ecb8b31df1
commit 38fa1fe4cb

@ -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