Use node as a base image

This commit is contained in:
Radek Golan 2024-03-04 18:49:03 +01:00
parent 9033cf6a23
commit cb7596117d

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04 FROM node:bookworm
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y ca-certificates curl software-properties-common && \ apt-get install -y ca-certificates curl software-properties-common && \