1
0
Fork 0
mirror of synced 2024-06-27 11:11:10 -04:00
ultimate-vim/sources_non_forked/vim-elixir/Dockerfile

6 lines
96 B
Docker
Raw Normal View History

2022-05-18 13:31:41 -04:00
FROM ubuntu:latest
RUN apt-get update && apt-get install -yf vim
COPY test.vimrc /root/.vimrc