Skip to content

Commit 88ba9a5

Browse files
committed
udpate fish to 3.0.2 in demo-ubuntu:18:04
1 parent 86e5007 commit 88ba9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ubuntu/18.04/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ RUN apt-get update && apt-get --no-install-recommends -y install \
66
git rsync \
77
python3 python3-pip python3-venv \
88
# Add fish-shell repo and install fish, gnupg2 is required for apt-key
9-
&& echo "deb http://ppa.launchpad.net/fish-shell/release-2/ubuntu bionic main" > /etc/apt/sources.list.d/fish.list \
9+
&& echo "deb http://ppa.launchpad.net/fish-shell/release-3/ubuntu bionic main" > /etc/apt/sources.list.d/fish.list \
1010
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 6DC33CA5 \
11-
&& apt-get install -y fish \
11+
&& apt-get update && apt-get install --no-install-recommends -y fish \
1212
&& rm -rf /var/lib/apt/lists/*
1313
RUN locale-gen en_US.UTF-8
1414

0 commit comments

Comments
 (0)