Skip to content

Commit

Permalink
chore(docker): fix master CI by using debian:buster with no backports…
Browse files Browse the repository at this point in the history
… repo for builder gcc8.

Debian-buster backports repo is no more present upstream.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Apr 19, 2024
1 parent 0bc919d commit a26bb1b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-backports
FROM debian:buster

LABEL maintainer="cncf-falco-dev@lists.cncf.io"

Expand All @@ -11,11 +11,11 @@ RUN apt-get update \
bash-completion \
bc \
clang \
llvm \
llvm \
ca-certificates \
curl \
dkms \
dwarves/buster-backports \
dwarves \
gnupg2 \
gcc \
jq \
Expand Down

0 comments on commit a26bb1b

Please sign in to comment.