Skip to content

Commit

Permalink
[mirotalk] - add bash-vim on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Pejic committed Sep 24, 2021
1 parent 9ea4c50 commit 66e3aa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 66e3aa6

Please sign in to comment.