Add git
Build mkosi container image / container (push) Successful in 4m53s
Details
Build mkosi container image / container (push) Successful in 4m53s
Details
This commit is contained in:
parent
24a4a0829f
commit
d3130fe36b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue