Skip to content

Commit

Permalink
Updated elastic-agent Dockerfile to pull latest python package
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAdministrator committed May 24, 2021
1 parent b8342cd commit bb711ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastic-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \

RUN pip3 install requests
RUN pip3 install PyYaml
RUN pip3 install elastic-agent-setup==0.0.10
RUN pip3 install elastic-agent-setup==0.0.11

ADD install.py /install.py
RUN chmod +x /install.py
Expand Down

0 comments on commit bb711ed

Please sign in to comment.