1
0
Fork 0
mirror of synced 2024-12-26 16:43:20 -05: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