Skip to content

Commit

Permalink
Merge pull request #9 from shawndwells/master
Browse files Browse the repository at this point in the history
update example to latest Linux sensor version
  • Loading branch information
shawndwells authored Oct 26, 2020
2 parents bff5fe3 + 41404e2 commit 884046f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yum -y update --disablerepo=* --enablerepo=ubi-8-appstream --enablerepo=ubi-
# TO DO: For now this script copies the full RPM and renames to /tmp/falcon-agent.rpm. This should be
# changed to a parameter at some point.
#
COPY ./falcon-sensor-5.33.0-9808.el8.x86_64.rpm /tmp/falcon-agent.rpm
COPY ./falcon-sensor-5.43.0-10803.el8.x86_64.rpm /tmp/falcon-agent.rpm
RUN yum -y install --disablerepo=* --enablerepo=ubi-8-appstream --enablerepo=ubi-8-baseos /tmp/falcon-agent.rpm && yum -y clean all && rm -rf /var/cache/yum && rm /tmp/falcon-agent.rpm

#
Expand Down Expand Up @@ -62,4 +62,4 @@ ENV PATH ".:/bin:/usr/bin:/sbin:/usr/sbin"
WORKDIR /opt/CrowdStrike

VOLUME /var/log
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 comments on commit 884046f

Please sign in to comment.