Update Dockerfile
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 47s
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 47s
This commit is contained in:
parent
ecb8b31df1
commit
38fa1fe4cb
@ -1,5 +1,8 @@
|
|||||||
FROM maven:3.8.5-openjdk-17-slim
|
FROM maven:3.8.5-openjdk-17-slim
|
||||||
|
|
||||||
|
# Install OpenSSL
|
||||||
|
RUN apt-get update && apt-get install -y openssl
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /home/container
|
WORKDIR /home/container
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user