We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9734e8d commit 92d9cd3Copy full SHA for 92d9cd3
1 file changed
Dockerfile.packetbeat
@@ -18,7 +18,6 @@ RUN wget https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.6.
18
RUN tar xzf packetbeat-5.6.3-linux-x86_64.tar.gz
19
RUN rm packetbeat-5.6.3-linux-x86_64.tar.gz
20
RUN mv packetbeat-5.6.3-linux-x86_64 /packetbeat
21
-COPY packetbeat.yml /packetbeat/packetbeat.yml
22
COPY scripts/runner_pbeat.sh /runner_pbeat.sh
23
RUN chmod +x /runner_pbeat.sh
24
0 commit comments