mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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
|
||||
FROM node:lts-slim
|
||||
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
|
||||
RUN groupadd cryptpad -g 4001
|
||||
|
||||
Loading…
Reference in New Issue
Block a user