added begin of documentation on mariadb

This commit is contained in:
hugo gogo
2022-09-03 14:50:41 +02:00
parent f1823541eb
commit 97e92321f1
4 changed files with 50 additions and 1 deletions

View File

@@ -1,9 +1,10 @@
#FROM alpine:3.15
FROM debian:buster
RUN apt update && apt install -y nginx openssl
# for debug
RUN apt install -y procps vim
#RUN apt install -y procps vim
# create ssl certificate
RUN openssl req -newkey rsa:2048 -nodes -x509 \