trying to install wordpress with cli
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user