This commit is contained in:
+5
-2
@@ -1,4 +1,7 @@
|
|||||||
FROM debian:trixie
|
FROM debian:trixie
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN export LC_ALL=C DEBIAN_FRONTEND=noninteractive && \
|
||||||
LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs mkosi
|
apt-get update && \
|
||||||
|
apt-get install -y curl mkosi && \
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
|
||||||
|
apt-get install -y nodejs
|
||||||
|
|||||||
Reference in New Issue
Block a user