File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments