work from node image
All checks were successful
Publish / build_and_publish_docker_image (push) Successful in 3m51s
All checks were successful
Publish / build_and_publish_docker_image (push) Successful in 3m51s
This commit is contained in:
parent
9f920097ae
commit
209a746323
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:24.04
|
FROM node:25
|
||||||
|
|
||||||
RUN apt update && apt upgrade -y
|
RUN apt update && apt upgrade -y
|
||||||
RUN apt install git nodejs npm --no-install-recommends -y
|
RUN apt install git --no-install-recommends -y
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user