mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-17 12:38:00 +00:00
new version of Tabby
This commit is contained in:
parent
6653da3842
commit
1b2d64a44d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ FROM localhost/andersrh/fedora-toolbox/base-gui
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN wget https://github.com/Eugeny/tabby/releases/download/v1.0.196/tabby-1.0.196-linux-x64.rpm -O app.rpm \
|
||||
RUN wget https://github.com/Eugeny/tabby/releases/download/v1.0.197/tabby-1.0.197-linux-x64.rpm -O app.rpm \
|
||||
&& yum localinstall -y app.rpm && rm -f app.rpm && dnf clean all
|
||||
Loading…
Add table
Add a link
Reference in a new issue