5 lines
110 B
Docker
5 lines
110 B
Docker
FROM ubuntu:24.04
|
|
|
|
RUN apt update && apt upgrade -y
|
|
RUN apt install git nodejs npm --no-install-recommends -y
|