5 lines
80 B
Docker
5 lines
80 B
Docker
FROM alpine:3.21
|
|
|
|
RUN apk update && apk add mariadb mariadb-client
|
|
|
|
EXPOSE 3306
|