mirror of https://github.com/xwiki-labs/cryptpad
Removed a superfluous apt install statement.
This commit is contained in:
parent
2d2855679d
commit
b1e30221ce
|
@ -22,7 +22,6 @@ RUN npm install --production \
|
||||||
# Create actual CryptPad image
|
# Create actual CryptPad image
|
||||||
FROM node:lts-slim
|
FROM node:lts-slim
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt update && apt install -y git rdfind && rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
# Create user and group for CryptPad so it does not run as root
|
# Create user and group for CryptPad so it does not run as root
|
||||||
RUN groupadd cryptpad -g 4001
|
RUN groupadd cryptpad -g 4001
|
||||||
|
|
Loading…
Reference in New Issue