zyliu commited on
Commit
a413b66
1 Parent(s): 0158d31

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ EXPOSE 27017
21
  # # RUN service mongodb start
22
  # RUN service mongod start
23
  RUN apt-get -y update && apt-get install -y software-properties-common \
24
- && add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10 python3.10-pip
25
  RUN ls /usr/bin
26
  ENV PATH /usr/bin:/usr/local/bin:$PATH
27
  # Copy the app code to the image
 
21
  # # RUN service mongodb start
22
  # RUN service mongod start
23
  RUN apt-get -y update && apt-get install -y software-properties-common \
24
+ && add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10 python3-pip
25
  RUN ls /usr/bin
26
  ENV PATH /usr/bin:/usr/local/bin:$PATH
27
  # Copy the app code to the image