commit 3f7ab571a4eb7d19b19f2df96e0cd7994e860191
parent 58c10fabba7eeb50226c5d0b1ebba8e7bed1b60f
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Thu, 11 Aug 2016 21:10:35 +0200
Update Dockerfile
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -16,8 +16,9 @@ RUN apt-get update && apt-get install -y \
# Install resin.io's rce (docker)
COPY ./rce /usr/bin/rce
-RUN chmod x /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
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