zyliu commited on
Commit
3b5dcd7
·
1 Parent(s): 9b1f7c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 -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
 
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