Skip to content

Commit

Permalink
Merge pull request #26 from nttcom-ic/feature-#25
Browse files Browse the repository at this point in the history
Replace /bin to /usr/bin for suricata binary
  • Loading branch information
h-mae authored Dec 4, 2024
2 parents 2f55226 + 41a94f3 commit 16bb8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osect_sensor/Infrastructure/edge_cron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ RUN zkg install icsnpp-modbus --version 03de54df8b0a8c1e6264876167f80dccae74902a
COPY --from=build-env /usr/local/bin /usr/local/bin
COPY --from=build-env /usr/local/lib /usr/local/lib
COPY --from=build-env /etc/suricata /etc/suricata
COPY --from=build-env /bin/suricata* /bin/
COPY --from=build-env /usr/bin/suricata* /bin/
COPY --from=build-env /var/lib/suricata /var/lib/suricata
COPY --from=build-env /usr/lib/suricata /usr/lib/suricata
COPY --from=build-env /usr/share/suricata /usr/share/suricata
Expand Down

0 comments on commit 16bb8e5

Please sign in to comment.