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:
@@ -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"]
|
||||
Reference in New Issue
Block a user