Skip to content

Commit

Permalink
fix: dockerfile incorrect dep
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Aug 30, 2020
1 parent 4dcf664 commit f98a07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion dev/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f98a07e

Please sign in to comment.