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:
Leonardo Di Donato 2020-02-27 16:59:07 +01:00 committed by poiana
parent 5cdca39ae6
commit d6ed1ca39a
3 changed files with 6 additions and 6 deletions

View File

@ -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 \

View File

@ -24,7 +24,7 @@ RUN apt-get update \
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/*

View File

@ -24,7 +24,7 @@ RUN apt-get update \
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/*