dotfiles/vim/plugins/vim-elixir-master/Dockerfile
Jeff Clement 931e9d4aee
mise++
2025-03-08 20:32:06 -07:00

5 lines
96 B
Docker

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