packeages

This commit is contained in:
Tord-Vincent Heggland
2026-04-15 10:13:27 +02:00
parent 792b19621d
commit 5e94e3572b
3 changed files with 79 additions and 0 deletions

View File

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