1
0
mirror of https://github.com/rlister/dockerfiles.git synced 2025-12-11 00:36:27 +00:00

AWS moved binary location to /usr/bin/, so let CMD use PATH

This commit is contained in:
Richard Lister
2016-07-20 14:10:37 -04:00
parent 102d24aecb
commit f7300b1f9f

View File

@@ -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"]
CMD ["amazon-ssm-agent", "start"]