We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e5007 commit 88ba9a5Copy full SHA for 88ba9a5
ubuntu/18.04/Dockerfile
@@ -6,9 +6,9 @@ RUN apt-get update && apt-get --no-install-recommends -y install \
6
git rsync \
7
python3 python3-pip python3-venv \
8
# 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 \
+ && echo "deb http://ppa.launchpad.net/fish-shell/release-3/ubuntu bionic main" > /etc/apt/sources.list.d/fish.list \
10
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 6DC33CA5 \
11
- && apt-get install -y fish \
+ && apt-get update && apt-get install --no-install-recommends -y fish \
12
&& rm -rf /var/lib/apt/lists/*
13
RUN locale-gen en_US.UTF-8
14
0 commit comments