Spaces:
Runtime error
Runtime error
Commit
·
e378ce8
1
Parent(s):
7e8bdd7
no slof
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ RUN apt update -y
|
|
5 |
RUN apt upgrade -y
|
6 |
RUN apt install -y mariadb-server lsof apt-utils net-tools
|
7 |
RUN netstat -tulpn
|
8 |
-
|
9 |
# USER mysql
|
10 |
# RUN service mariadb start
|
11 |
# RUN mysqld
|
|
|
5 |
RUN apt upgrade -y
|
6 |
RUN apt install -y mariadb-server lsof apt-utils net-tools
|
7 |
RUN netstat -tulpn
|
8 |
+
|
9 |
# USER mysql
|
10 |
# RUN service mariadb start
|
11 |
# RUN mysqld
|