diff --git a/dist/Dockerfile b/dist/Dockerfile index 338f83c6..85da52f6 100644 --- a/dist/Dockerfile +++ b/dist/Dockerfile @@ -17,6 +17,4 @@ ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh RUN ls -RUN apt-get update && apt-get install -y openssh-client - ENTRYPOINT ["/entrypoint.sh"]