We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e8063 commit 21bd9efCopy full SHA for 21bd9ef
docker/falco/Dockerfile
@@ -34,12 +34,11 @@ RUN FALCO_VERSION_URLENCODED=$(echo -n ${FALCO_VERSION}|jq -sRr @uri) && \
34
mv falco-${FALCO_VERSION}-$(uname -m) falco && \
35
rm -rf /falco/usr/src/falco-* && \
36
cp -r /falco/* / && \
37
- rm -rf /falco
+ rm -rf /falco && \
38
+ rm -rf /usr/bin/falcoctl /etc/falcoctl/
39
+
40
41
# Change the falco config within the container to enable ISO 8601 output.
42
ADD ./config/falco.iso8601_timeformat.yaml /etc/falco/config.d/
43
-# Falcoctl is not included here.
-RUN rm -rf /usr/bin/falcoctl /etc/falcoctl/
44
-
45
CMD ["/usr/bin/falco"]
0 commit comments