mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 22:28:22 +00:00
Merge pull request #110 from draios/fix-docker-build
Fix docker builds.
This commit is contained in:
@@ -18,6 +18,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
curl \
|
curl \
|
||||||
|
gnupg2 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-4.9 && rm -rf /var/lib/apt/lists/*
|
gcc-4.9 && rm -rf /var/lib/apt/lists/*
|
||||||
|
@@ -19,6 +19,7 @@ RUN apt-get update \
|
|||||||
bash-completion \
|
bash-completion \
|
||||||
curl \
|
curl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
gnupg2 \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-4.9 && rm -rf /var/lib/apt/lists/*
|
gcc-4.9 && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user