From 01336f5451d6b6a675a6f955f44cb87df7f65621 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Mon, 17 Feb 2020 11:45:38 +0000 Subject: [PATCH] gfjfgj --- gitpod/gitpod.Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gitpod/gitpod.Dockerfile b/gitpod/gitpod.Dockerfile index ec06af6..0ea80db 100644 --- a/gitpod/gitpod.Dockerfile +++ b/gitpod/gitpod.Dockerfile @@ -13,7 +13,7 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && apt-get upgrade -y \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - \ && apt dist-upgrade -y \ - && apt-get install -y clang valgrind shellcheck docker-ce docker-ce-cli containerd.io firefox tree xclip umbrello gnuplot \ + && apt-get install -y clang valgrind shellcheck docker-ce docker-ce-cli containerd.io firefox tree xclip umbrello gnuplot fish \ && rm -rf /var/lib/apt/lists/* \ && apt autoremove -y @@ -30,3 +30,6 @@ RUN if ! grep -qF 'ix()' /etc/bash.bashrc; then printf '%s\n' \ "ix() { curl -F 'f:1=<-' ix.io 2>/dev/null ;}" \ "xcopy() { xclip -se C ;}" \ >> /etc/bash.bashrc; fi + +# Change shell +ENV SHELL=/usr/bin/fish \ No newline at end of file