Add git
Build mkosi container image / container (push) Successful in 4m53s Details

This commit is contained in:
Tomas Balsys 2025-09-30 05:00:30 +03:00
parent 24a4a0829f
commit d3130fe36b
1 changed files with 1 additions and 3 deletions

View File

@ -2,6 +2,4 @@ FROM debian:trixie
RUN export LC_ALL=C DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y curl mkosi && \
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
apt-get install -y nodejs
apt-get install -y git nodejs mkosi