Removed a superfluous apt install statement.

This commit is contained in:
James Downie 2024-07-02 19:13:30 +10:00
parent 2d2855679d
commit b1e30221ce
1 changed files with 0 additions and 1 deletions

View File

@ -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