Fixed restoration of the panel divider position.
[psensor.git] / docker / dockerfile
1 FROM resin/rpi-raspbian:latest
2
3 RUN apt-get update
4 RUN apt-get install git
5 RUN apt-get install make
6 RUN apt-get install gcc
7 RUN apt-get install libc6-dev
8 RUN apt-get install pkg-config
9 RUN apt-get install libgtk-3-dev
10 RUN apt-get install automake
11
12 RUN apt-get install autopoint
13 RUN apt-get install intltool
14 RUN apt-get install intltool-debian
15
16 RUN apt-get install help2man
17
18 RUN cd /root && git clone https://git.wpitchoune.net/psensor.git -b master
19
20 COPY psensor_build.sh /root
21
22 CMD /root/psensor_build.sh