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