X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=docker%2Fdockerfile;fp=docker%2Fdockerfile;h=0000000000000000000000000000000000000000;hp=ee0e143821526b8a23b29a8bc8e68e7d53a9a92f;hb=121f640200ae18b067582f57a48d6133c8b1e1ff;hpb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9 diff --git a/docker/dockerfile b/docker/dockerfile deleted file mode 100644 index ee0e143..0000000 --- a/docker/dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -FROM resin/rpi-raspbian:latest - -RUN apt-get update -RUN apt-get install git -RUN apt-get install make -RUN apt-get install gcc -RUN apt-get install libc6-dev -RUN apt-get install pkg-config -RUN apt-get install libgtk-3-dev -RUN apt-get install automake - -RUN apt-get install autopoint -RUN apt-get install intltool -RUN apt-get install intltool-debian - -RUN apt-get install help2man - -RUN cd /root && git clone https://git.wpitchoune.net/psensor.git -b master - -COPY psensor_build.sh /root - -CMD /root/psensor_build.sh