This commit is contained in:
2026-04-23 16:47:52 +03:00
parent fe3ff17c2d
commit 37520e62f3
5 changed files with 21 additions and 8 deletions
+3 -6
View File
@@ -1,7 +1,4 @@
FROM node:24-bookworm
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
git \
docker.io \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl git docker.io && \
rm -rf /var/lib/apt/lists/*