File tree 4 files changed +2
-4
lines changed
4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ RUN apt-get update \
31
31
gcc \
32
32
jq \
33
33
libc6-dev \
34
- libelf-dev \
35
34
libssl-dev \
36
35
llvm-7 \
37
36
netcat \
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ RUN apt-get update \
26
26
gnupg2 \
27
27
jq \
28
28
libc6-dev \
29
- libelf-dev \
30
29
libssl-dev \
31
30
llvm \
32
31
make \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV VERSION_BUCKET=${VERSION_BUCKET}
14
14
ENV HOST_ROOT /host
15
15
ENV HOME /root
16
16
17
- RUN apt-get -y update && apt-get -y install ca-certificates curl jq libelf1 ca-certificates gnupg2 \
17
+ RUN apt-get -y update && apt-get -y install ca-certificates curl jq ca-certificates gnupg2 \
18
18
&& apt clean -y && rm -rf /var/lib/apt/lists/*
19
19
20
20
WORKDIR /
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV VERSION_BUCKET=${VERSION_BUCKET}
14
14
ENV HOST_ROOT /host
15
15
ENV HOME /root
16
16
17
- RUN apk update && apk add curl ca-certificates jq libelf libstdc++
17
+ RUN apk update && apk add curl ca-certificates jq libstdc++
18
18
19
19
WORKDIR /
20
20
You can’t perform that action at this time.
0 commit comments