mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 08:07:24 +00:00
Fix docker builds.
gnupg2 is missing on latest debian:unstable.
This commit is contained in:
parent
2bc56118a8
commit
a769373bb8
@ -18,6 +18,7 @@ RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
bash-completion \
|
||||
curl \
|
||||
gnupg2 \
|
||||
ca-certificates \
|
||||
gcc \
|
||||
gcc-4.9 && rm -rf /var/lib/apt/lists/*
|
||||
|
@ -19,6 +19,7 @@ RUN apt-get update \
|
||||
bash-completion \
|
||||
curl \
|
||||
ca-certificates \
|
||||
gnupg2 \
|
||||
gcc \
|
||||
gcc-4.9 && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user