mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-10 03:11:50 +08:00
5 lines
99 B
Docker
5 lines
99 B
Docker
FROM alpine:3.7
|
|
RUN apk add --no-cache make vim git
|
|
|
|
# RUN add-apt-repository ppa:jonathonf/vim -y
|