From f7300b1f9f997b59900b9f44b8f79deb5154dd0c Mon Sep 17 00:00:00 2001 From: Richard Lister Date: Wed, 20 Jul 2016 14:10:37 -0400 Subject: [PATCH] AWS moved binary location to /usr/bin/, so let CMD use PATH --- amazon-ssm-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amazon-ssm-agent/Dockerfile b/amazon-ssm-agent/Dockerfile index 30169bc..2e8ca31 100644 --- a/amazon-ssm-agent/Dockerfile +++ b/amazon-ssm-agent/Dockerfile @@ -15,4 +15,4 @@ RUN curl ${AGENT_URL} -o amazon-ssm-agent.deb && \ rm -f amazon-ssm-agent.deb WORKDIR /opt/amazon/ssm/ -CMD ["./amazon-ssm-agent"] \ No newline at end of file +CMD ["amazon-ssm-agent", "start"] \ No newline at end of file