diff --git a/dev/build/Dockerfile b/dev/build/Dockerfile index 5c1f923bf0..af5d217310 100644 --- a/dev/build/Dockerfile +++ b/dev/build/Dockerfile @@ -26,7 +26,7 @@ RUN yarn --production --frozen-lockfile --non-interactive FROM node:14-alpine LABEL maintainer="requarks.io" -RUN apk add bash curl git openssh gnupg sqlite pandoc --no-cache && \ +RUN apk add bash curl git openssh gnupg sqlite --no-cache && \ mkdir -p /wiki && \ mkdir -p /logs && \ mkdir -p /wiki/data/content && \ diff --git a/dev/containers/Dockerfile b/dev/containers/Dockerfile index 9767f2abe3..34e5c0164d 100644 --- a/dev/containers/Dockerfile +++ b/dev/containers/Dockerfile @@ -5,7 +5,7 @@ FROM node:14 LABEL maintainer "requarks.io" RUN apt-get update && \ - apt-get install -y bash curl git python make g++ nano openssh-server gnupg pandoc && \ + apt-get install -y bash curl git python make g++ nano openssh-server gnupg && \ mkdir -p /wiki WORKDIR /wiki