From a06601b172c133e7413b43b69d1a9f9f1c5d91f7 Mon Sep 17 00:00:00 2001 From: Derek Lewis Date: Fri, 23 Jun 2023 08:46:57 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=BC=9Ade-dupe=20Dockerfile=20Fisher?= =?UTF-8?q?=20setup=20(&=20plugin=20install)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/OpenINF/openinf-docker-fisher/blob/347d136a76015f73e94c100f972f4708816619c7/library-scripts/fish-debian.sh#L88-L96 Refs: https://github.com/OpenINF/openinf-docker-fisher/issues/11 Signed-off-by: Derek Lewis --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa0b4f28..c904436f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,9 +51,6 @@ RUN su ${USERNAME} -c "fish --command 'cp /usr/share/fish/config.fish ~/.config/ # Configure default Git editor. RUN su ${USERNAME} -c "echo 'set -Ux GIT_EDITOR vim' >> ~/.config/fish/config.fish" -# Install Fisher and plugins. -RUN su ${USERNAME} -c "fish --command 'curl -sL https://git.io/fisher | source && fisher install jorgebucaran/{fisher,nvm.fish}'" - # ENV Variables required by Jekyll. ENV LANG=en_US.UTF-8 \ LANGUAGE=en_US:en \