trying to install wordpress with cli

This commit is contained in:
hugo gogo
2022-09-09 13:59:35 +02:00
parent 3f7a3e2170
commit 1b48f4b6d3
6 changed files with 45 additions and 36 deletions

View File

@@ -1,6 +1,8 @@
FROM debian:buster
RUN apt update && apt install -y nginx openssl && rm -rf /var/lib/apt/lists/*
RUN apt update && \
apt install -y nginx openssl && \
rm -rf /var/lib/apt/lists/*
# for debug
#RUN apt install -y procps vim