packeages
This commit is contained in:
@@ -4,6 +4,11 @@ ARG UID
|
||||
ARG GID
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates \
|
||||
ca-certificates \
|
||||
python3 \
|
||||
git \
|
||||
ripgrep \
|
||||
pandoc \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN userdel -r node || true
|
||||
|
||||
Reference in New Issue
Block a user