5 lines
84 B
Docker
5 lines
84 B
Docker
FROM debian:buster
|
|
|
|
RUN apt update && apt install -y mariadb-client mariadb-server
|
|
|