add Electron Cash
This commit is contained in:
parent
da165bcf5d
commit
cb83f0e4c9
6 changed files with 318 additions and 0 deletions
17
containers/cachyos/electron-cash/Dockerfile
Normal file
17
containers/cachyos/electron-cash/Dockerfile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
FROM ghcr.io/andersrh/containers/cachyos/base-gui:main
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY containers/cachyos/electron-cash/electron-cash /app/electron-cash
|
||||
|
||||
RUN chown -R build /app
|
||||
|
||||
RUN pacman -Sy --noconfirm python-btchip python-hidapi zbar python-matplotlib
|
||||
|
||||
USER build
|
||||
|
||||
RUN cd electron-cash \
|
||||
&& makepkg -si --noconfirm \
|
||||
&& rm -rf /app/*
|
||||
USER root
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue