Skip to content

Commit 4d27abe

Browse files
committed
Install fisher and tide with specific versions
1 parent c7b8719 commit 4d27abe

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

.ddev/addon-metadata/pimp-my-shell/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pimp-my-shell
22
repository: .
33
version: ""
4-
install_date: "2024-04-03T10:04:10-03:00"
4+
install_date: "2024-04-03T10:21:31-03:00"
55
project_files:
66
- web-build/Dockerfile.pimp-my-shell
77
- homeadditions/.bashrc.d/pimp-my-shell.sh

.ddev/web-build/Dockerfile.pimp-my-shell

+2-6
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ RUN echo "deb http://download.opensuse.org/repositories/shells:/fish:/release:/3
2424
RUN curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_`lsb_release -rs`/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null
2525
RUN apt update && apt satisfy -y "fish (>=3.7)"
2626
USER $uid:$gid
27-
# The ?v= is only there to bust the Dockerfile build cache if there's
28-
# a new version we wan't to make sure it'll get into the builds. It doesn't
29-
# change the installed version or the version of the install script,
30-
# it will always be the latest at the time of the build.
31-
RUN echo "curl -sL 'https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish?4.4.4' | source && fisher install jorgebucaran/fisher" | fish
32-
RUN fish -c "fisher install IlanCosman/tide@v6"
27+
RUN fish -c "curl -sL 'https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish' | source && fisher install jorgebucaran/[email protected]"
28+
RUN fish -c "fisher install IlanCosman/[email protected]"
3329
USER root:root

web-build/Dockerfile.pimp-my-shell

+2-6
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ RUN echo "deb http://download.opensuse.org/repositories/shells:/fish:/release:/3
2424
RUN curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_`lsb_release -rs`/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null
2525
RUN apt update && apt satisfy -y "fish (>=3.7)"
2626
USER $uid:$gid
27-
# The ?v= is only there to bust the Dockerfile build cache if there's
28-
# a new version we wan't to make sure it'll get into the builds. It doesn't
29-
# change the installed version or the version of the install script,
30-
# it will always be the latest at the time of the build.
31-
RUN echo "curl -sL 'https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish?4.4.4' | source && fisher install jorgebucaran/fisher" | fish
32-
RUN fish -c "fisher install IlanCosman/tide@v6"
27+
RUN fish -c "curl -sL 'https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish' | source && fisher install jorgebucaran/[email protected]"
28+
RUN fish -c "fisher install IlanCosman/[email protected]"
3329
USER root:root

0 commit comments

Comments
 (0)