1
0
Fork 0
mirror of synced 2024-06-21 16:31:09 -04:00
ultimate-vim/sources_non_forked/vim-elixir/Dockerfile
2022-05-19 01:31:41 +08:00

6 lines
96 B
Docker

FROM ubuntu:latest
RUN apt-get update && apt-get install -yf vim
COPY test.vimrc /root/.vimrc