docker: use base image with apt

This commit is contained in:
Trianta 2024-09-17 18:43:39 -05:00
parent 4f6fbc4196
commit 0e34226b43

View File

@ -1,4 +1,4 @@
FROM nginx:alpine FROM nginx:latest
RUN apt-get update && apt-get install -y nodejs npm RUN apt-get update && apt-get install -y nodejs npm