huiiz commited on
Commit
9f81ae9
·
1 Parent(s): 38902b4
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -3,9 +3,10 @@ FROM ubuntu/mysql
3
  RUN apt-get upgrade
4
  RUN apt-get update
5
  # 安装mysql
6
- RUN apt-get install -y mysql-server mysql-client libmysqlclient-dev python3 python3-pip
 
7
 
8
- RUN mysql -u root -p
9
 
10
 
11
  CMD python3 --version
 
3
  RUN apt-get upgrade
4
  RUN apt-get update
5
  # 安装mysql
6
+ # RUN apt-get install -y mysql-server mysql-client libmysqlclient-dev
7
+ RUN apt-get install -y python3 python3-pip
8
 
9
+ # RUN mysql -u root -p
10
 
11
 
12
  CMD python3 --version