Skip to content

Commit

Permalink
added firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
fragolinux committed Sep 18, 2023
1 parent a94e0b5 commit d122e35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ RUN mkdir /data \
&& curl -L $(curl -L -s https://api.github.com/repos/derailed/k9s/releases/latest | grep -o -E "https://(.*)k9s_Linux_x86_64.tar.gz"|head -1) -o /tmp/k9s.tgz \
&& curl -L $(curl -L -s https://api.github.com/repos/direnv/direnv/releases/latest | grep -o -E "https://(.*)direnv.linux-amd64"|head -1) -o /tmp/direnv \
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "/tmp/awscliv2.zip" \
&& curl "https://download-installer.cdn.mozilla.net/pub/firefox/releases/117.0.1/win64/it/Firefox%20Setup%20117.0.1.exe" -o "/tmp/ffs.exe" \
&& curl "https://netix.dl.sourceforge.net/project/portableapps/Mozilla%20Firefox%2C%20Portable%20Ed./Mozilla%20Firefox%2C%20Portable%20Edition%20117.0.1/FirefoxPortable_117.0.1_Italian.paf.exe" -o "/tmp/ffp.exe" \
&& echo -e "#!/bin/bash\n" > /copy.sh \
&& echo -e "tar xzf /tmp/flux.tgz -C /data\n" >> /copy.sh \
&& echo -e "tar xvf /tmp/helm.tgz linux-amd64/helm --strip-components 1 -C /data > /dev/null\n" >> /copy.sh \
&& echo -e "tar xzf /tmp/k9s.tgz k9s -C /data\n" >> /copy.sh \
&& echo -e "cp /tmp/direnv /data\n" >> /copy.sh \
&& echo -e "cp /tmp/awscliv2.zip /data\n" >> /copy.sh \
&& echo -e "cp /tmp/ffs.exe /data\n" >> /copy.sh \
&& echo -e "cp /tmp/ffp.exe /data\n" >> /copy.sh \
&& echo -e "chmod +x /data/*\n" >> /copy.sh \
&& echo -e "echo \"available tools and versions:\"\n" >> /copy.sh \
&& echo -e "/data/k9s version\n" >> /copy.sh \
Expand Down

0 comments on commit d122e35

Please sign in to comment.