Spaces:
Runtime error
Runtime error
Commit
·
72af277
1
Parent(s):
c32b8b4
lsoft
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 |
-
RUN lsof -i
|
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 |
+
RUN lsof -i
|
9 |
# USER mysql
|
10 |
# RUN service mariadb start
|
11 |
# RUN mysqld
|