mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-05 13:48:03 +00:00
commit images based on fedora-toolbox
This commit is contained in:
parent
e9ebdb26f5
commit
2ba669aad1
10 changed files with 56 additions and 0 deletions
9
fedora-toolbox/binance/Dockerfile
Normal file
9
fedora-toolbox/binance/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM localhost/andersrh/fedora-toolbox/gui
|
||||
|
||||
WORKDIR /app
|
||||
RUN wget https://download.binance.com/electron-desktop/linux/production/binance-x86_64-linux.rpm \
|
||||
&& rpm -i binance-x86_64-linux.rpm && rm -f binance-x86_64-linux.rpm \
|
||||
&& dnf clean all
|
||||
|
||||
COPY bin/app /usr/local/bin
|
||||
RUN chmod +x /usr/local/bin/app
|
||||
Loading…
Add table
Add a link
Reference in a new issue