[mirotalk] - add bash-vim on Dockerfile

This commit is contained in:
Miroslav Pejic
2021-09-24 14:02:47 +02:00
parent 9ea4c50004
commit 66e3aa62a7
+4
View File
@@ -3,6 +3,10 @@ FROM node:14-alpine
WORKDIR /usr/src/app
RUN apk add --no-cache \
bash \
vim
COPY package*.json ./
COPY .env.template ./.env