Fix: set -p for mkdir
This commit is contained in:
parent
4fcbc46175
commit
38078de4b0
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ FROM docker.io/library/nextcloud:${TAG}
|
|||
RUN apt-get update && apt-get install -y \
|
||||
supervisor \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir /var/log/supervisord /var/run/supervisord
|
||||
&& mkdir -p /var/log/supervisord /var/run/supervisord
|
||||
|
||||
ADD supervisord.conf /supervisord.conf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue