docker: use base image with apt
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM nginx:alpine
|
||||
FROM nginx:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y nodejs npm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user