add Electron Cash

This commit is contained in:
Anders Rytter Hansen 2023-11-23 11:15:40 +01:00
commit cb83f0e4c9
6 changed files with 318 additions and 0 deletions

View 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