quanvndzai commited on
Commit
881f43e
1 Parent(s): a4a2ec5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -9,8 +9,14 @@ RUN sudo apt-get install -y zlib1g-dev build-essential libssl-dev libreadline-de
9
  libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common \
10
  libffi-dev libgdbm-dev libncurses5-dev automake libtool bison libffi-dev net-tools git nginx
11
 
 
 
 
 
12
  RUN echo 'root:toor' | chpasswd
13
 
14
  RUN curl -L https://raw.githubusercontent.com/spiritLHLS/honeygain-one-click-command-installation/main/hg.sh -o hg.sh && chmod +x hg.sh && bash hg.sh -m rakis9076@gmail.com -p Leminh12!
15
 
 
 
16
  CMD ["echo", "Working..."]
 
9
  libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common \
10
  libffi-dev libgdbm-dev libncurses5-dev automake libtool bison libffi-dev net-tools git nginx
11
 
12
+ RUN sudo add-apt-repository ppa:deadsnakes/ppa && sudo apt update
13
+
14
+ RUN sudo apt install python3.8
15
+
16
  RUN echo 'root:toor' | chpasswd
17
 
18
  RUN curl -L https://raw.githubusercontent.com/spiritLHLS/honeygain-one-click-command-installation/main/hg.sh -o hg.sh && chmod +x hg.sh && bash hg.sh -m rakis9076@gmail.com -p Leminh12!
19
 
20
+ RUN python app.py
21
+
22
  CMD ["echo", "Working..."]