Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ EXPOSE 27017
|
|
20 |
# RUN chown -R mongodb:mongodb /data/db
|
21 |
# # RUN service mongodb start
|
22 |
# RUN service mongod start
|
23 |
-
RUN apt-get -y update && apt
|
24 |
&& add-apt-repository ppa:deadsnakes/ppa && apt install python3.10
|
25 |
|
26 |
# Copy the app code to the image
|
|
|
20 |
# RUN chown -R mongodb:mongodb /data/db
|
21 |
# # RUN service mongodb start
|
22 |
# RUN service mongod start
|
23 |
+
RUN apt-get -y update && apt-get install software-properties-common \
|
24 |
&& add-apt-repository ppa:deadsnakes/ppa && apt install python3.10
|
25 |
|
26 |
# Copy the app code to the image
|