Skip to content

Commit 5b749cb

Browse files
committed
Updated "fish" shell installation
1 parent 3dc1020 commit 5b749cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile_dev

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ RUN apt-get update \
3737
zlib1g-dev \
3838
&& rm -rf /var/lib/apt/lists/*
3939

40-
RUN echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_12/ /' | \
41-
tee /etc/apt/sources.list.d/shells:fish:release:3.list \
42-
&& curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_12/Release.key | \
40+
RUN echo 'deb http://download.opensuse.org/repositories/shells:/fish/Debian_12/ /' | \
41+
tee /etc/apt/sources.list.d/shells:fish.list \
42+
&& curl -fsSL https://download.opensuse.org/repositories/shells:fish/Debian_12/Release.key | \
4343
gpg --dearmor | \
44-
tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null \
44+
tee /etc/apt/trusted.gpg.d/shells_fish.gpg > /dev/null \
4545
&& apt-get update \
4646
&& apt-get install -y \
4747
fish \

0 commit comments

Comments
 (0)