Janis Streib
25.04.22 68a6667cdf03cccff4cfcd1f513d9ae3d9b1b2d0
commit | author | age
6c7f31 1 FROM ubuntu:impish
JS 2 RUN apt-get -y update
3 RUN DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true apt-get -y install build-essential libusb-1.0-0-dev libgtk2.0-dev libgtkglext1-dev libgtk-3-dev
4 RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
5 RUN dpkg-reconfigure --frontend noninteractive tzdata
6 RUN mkdir /p4build
7 ENTRYPOINT ["/g4build/build.sh"]