fix: dockerfile incorrect dep
This commit is contained in:
		| @@ -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 && \ | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user