chore(docker): drop unused libelf dep from container images

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso 2025-01-16 09:40:23 +01:00 committed by poiana
parent 7339363d1a
commit 3aa3039149
4 changed files with 2 additions and 4 deletions

View File

@ -31,7 +31,6 @@ RUN apt-get update \
gcc \
jq \
libc6-dev \
libelf-dev \
libssl-dev \
llvm-7 \
netcat \

View File

@ -26,7 +26,6 @@ RUN apt-get update \
gnupg2 \
jq \
libc6-dev \
libelf-dev \
libssl-dev \
llvm \
make \

View File

@ -14,7 +14,7 @@ ENV VERSION_BUCKET=${VERSION_BUCKET}
ENV HOST_ROOT /host
ENV HOME /root
RUN apt-get -y update && apt-get -y install ca-certificates curl jq libelf1 ca-certificates gnupg2 \
RUN apt-get -y update && apt-get -y install ca-certificates curl jq ca-certificates gnupg2 \
&& apt clean -y && rm -rf /var/lib/apt/lists/*
WORKDIR /

View File

@ -14,7 +14,7 @@ ENV VERSION_BUCKET=${VERSION_BUCKET}
ENV HOST_ROOT /host
ENV HOME /root
RUN apk update && apk add curl ca-certificates jq libelf libstdc++
RUN apk update && apk add curl ca-certificates jq libstdc++
WORKDIR /