mirror of
https://github.com/jopohl/urh.git
synced 2026-03-10 10:16:48 +01:00
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
FROM nfnty/arch-mini
|
|
RUN mkdir -p /root/.gnupg
|
|
RUN pacman -Syu --noconfirm
|
|
RUN pacman -S git python-numpy python-pyqt5 gcc xorg-server xorg-xinit xorg-utils xorg-server-utils ttf-dejavu --noconfirm
|
|
|
|
ADD run.sh /bin/run.sh
|
|
RUN chmod +x /bin/run.sh
|
|
|
|
CMD /bin/run.sh
|