diff --git a/action/Dockerfile b/action/Dockerfile index 275dbd6..f420b80 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -14,7 +14,4 @@ ADD steps /steps RUN chmod -R +x /steps ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh - -RUN apt-get update && apt-get install -y openssh-client - ENTRYPOINT ["/entrypoint.sh"]