Skip to content

Commit

Permalink
feat : updated Dockerfile-2
Browse files Browse the repository at this point in the history
  • Loading branch information
surjendu104 committed Feb 13, 2024
1 parent f248f9d commit fb0cbc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM openjdk:17-jdk
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y mongodb
RUN apt-get install -y openjdk-11-jre
RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*
RUN service mongodb start
Expand Down

0 comments on commit fb0cbc7

Please sign in to comment.