mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-05 02:47:05 +00:00
fix(docker): falcosecurity sources list
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
5cdca39ae6
commit
d6ed1ca39a
@ -75,8 +75,8 @@ RUN rm -rf /usr/bin/clang \
|
|||||||
&& ln -s /usr/bin/clang-7 /usr/bin/clang \
|
&& ln -s /usr/bin/clang-7 /usr/bin/clang \
|
||||||
&& ln -s /usr/bin/llc-7 /usr/bin/llc
|
&& ln -s /usr/bin/llc-7 /usr/bin/llc
|
||||||
|
|
||||||
RUN curl -s https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public | apt-key add - \
|
RUN curl -s https://falco.org/repo/falcosecurity-3672BA8F.asc | apt-key add - \
|
||||||
&& curl -s -o /etc/apt/sources.list.d/draios.list http://download.draios.com/$FALCO_REPOSITORY/deb/draios.list \
|
&& echo "deb https://dl.bintray.com/falcosecurity/deb-dev stable main" | tee -a /etc/apt/sources.list.d/falcosecurity.list \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends falco \
|
&& apt-get install -y --no-install-recommends falco \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
@ -23,8 +23,8 @@ RUN apt-get update \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN curl -s https://falco.org/repo/falcosecurity-3672BA8F.asc | apt-key add - \
|
RUN curl -s https://falco.org/repo/falcosecurity-3672BA8F.asc | apt-key add - \
|
||||||
&& echo "deb https://dl.bintray.com/falcosecurity/deb-dev stable main" | tee -a /etc/apt/sources.list.d/ falcosecurity.list \
|
&& echo "deb https://dl.bintray.com/falcosecurity/deb-dev stable main" | tee -a /etc/apt/sources.list.d/falcosecurity.list \
|
||||||
&& apt-get update \
|
&& apt-get update -y \
|
||||||
&& apt-get install -y --no-install-recommends falco \
|
&& apt-get install -y --no-install-recommends falco \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
@ -23,8 +23,8 @@ RUN apt-get update \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN curl -s https://falco.org/repo/falcosecurity-3672BA8F.asc | apt-key add - \
|
RUN curl -s https://falco.org/repo/falcosecurity-3672BA8F.asc | apt-key add - \
|
||||||
&& echo "deb https://dl.bintray.com/falcosecurity/deb stable main" | tee -a /etc/apt/sources.list.d/ falcosecurity.list \
|
&& echo "deb https://dl.bintray.com/falcosecurity/deb stable main" | tee -a /etc/apt/sources.list.d/falcosecurity.list \
|
||||||
&& apt-get update \
|
&& apt-get update -y \
|
||||||
&& apt-get install -y --no-install-recommends falco \
|
&& apt-get install -y --no-install-recommends falco \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
Reference in New Issue
Block a user