1
0
Fork 0
mirror of synced 2024-09-20 13:12:55 -04:00
ultimate-vim/sources_non_forked/vim-elixir/Dockerfile
2022-05-19 01:31:41 +08:00

5 lines
96 B
Docker

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