From d002b0419a8621c5575c14119d0b8d9c4a7a44a0 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 13 Mar 2021 02:40:43 -0500 Subject: remove dockerfile for now --- nvcode.Dockerfile | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 nvcode.Dockerfile (limited to 'nvcode.Dockerfile') diff --git a/nvcode.Dockerfile b/nvcode.Dockerfile deleted file mode 100644 index fa3b89ab..00000000 --- a/nvcode.Dockerfile +++ /dev/null @@ -1,36 +0,0 @@ -FROM ubuntu:20.04 - -ENV LANG en_US.UTF-8 -ENV LANGUAGE en_US:en -# ENV LC_ALL en_US.UTF-8 -ENV TERM screen-256color -ENV DEBIAN_FRONTEND=noninteractive - -RUN apt update && apt install -y \ - git \ - bash \ - fzf \ - wget \ - python3-dev \ - python3-pip \ - libssl-dev \ - libffi-dev \ - locales \ - curl \ - ripgrep \ - nodejs \ - npm \ - neovim - -SHELL ["/bin/bash", "-c"] - -RUN npm i -g neovim -RUN bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/utils/install-docker.sh) -RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install - -CMD ["nvim"] - - - - - -- cgit v1.2.3