diff --git a/docker/UbuntuRPI/Dockerfile b/docker/UbuntuRPI/Dockerfile old mode 100755 new mode 100644 index d57536d..dd5a0f7 --- a/docker/UbuntuRPI/Dockerfile +++ b/docker/UbuntuRPI/Dockerfile @@ -1,4 +1,4 @@ -From ubuntu:latest +From ubuntu:kinetic RUN apt-get update && apt-get install -y openssh-server sudo && rm -rf /var/lib/apt/lists/*