commit fad7978daf314a002e12f60565095f17076cf36b
parent 33acffc6e99d0de5c6f8ea2b200c029524cc8c44
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Thu, 11 Aug 2016 21:32:30 +0200
Update Dockerfile
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
@@ -19,8 +19,8 @@ COPY ./rce /usr/bin/rce
RUN chmod +x /usr/bin/rce
RUN ln -s /usr/bin/rce /usr/bin/docker
RUN chmod +x /usr/bin/docker
-rm -rf /var/run/rce.pid
-chmod 777 /var/run/rce.sock
+RUN rm -rf /var/run/rce.pid
+RUN chmod 777 /var/run/rce.sock
RUN apt-get update && apt-get install -y apt-transport-https && echo "deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ jessie main" | tee /etc/apt/sources.list.d/hypriot.list && apt-get update && apt-get install -y --force-yes docker-compose