summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@popsql.com>2021-09-18 20:34:42 -1000
committerMatthew Peveler <matt.peveler@popsql.com>2021-09-18 20:35:20 -1000
commitfeac11832288bf6095ad7069c3fcd64939b47009 (patch)
tree18545b14252b6efd6e93635d632721764fb0f148
parent21c21d4fd11d2b419fe9090b17a5c8cc1eefd162 (diff)
downloadasciidoc-py3-feac11832288bf6095ad7069c3fcd64939b47009.tar.gz
Add -p flag to mkdir /usr/share/man/man1 in Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1d6c738..628ce30 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ COPY . "/srv/asciidoc"
# Install the dependencies that asciidoc needs. The mkdir line is needed as something pulls in java jdk and it
# will fail if that folder does not already exist because...java.
-RUN mkdir /usr/share/man/man1/ \
+RUN mkdir -p /usr/share/man/man1/ \
&& echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list && apt-get update \
&& apt-get install -y --no-install-recommends \
autoconf \