use alpine image for webapp
This commit is contained in:
parent
b06ebaea72
commit
5e61f78a2a
|
@ -1,4 +1,6 @@
|
||||||
FROM node:14.13.1
|
FROM node:14.13.1-alpine
|
||||||
|
|
||||||
|
RUN apk add --no-cache autoconf automake libtool gcc make g++ zlib-dev file nasm util-linux
|
||||||
|
|
||||||
WORKDIR /usr/app
|
WORKDIR /usr/app
|
||||||
|
|
||||||
|
|
Reference in New Issue