Skip to content

Commit

Permalink
fix(docker/builders): fixed libelf-dev and dwarves incompatibilities …
Browse files Browse the repository at this point in the history
…in debian backports.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Oct 11, 2023
1 parent a0ecbe7 commit fb7fb64
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
FROM debian:buster
FROM debian:buster-backports

LABEL maintainer="[email protected]"

ARG TARGETARCH

RUN cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root
RUN echo 'deb http://deb.debian.org/debian buster-backports main' >>/etc/apt/sources.list

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand All @@ -21,7 +20,7 @@ RUN apt-get update \
gcc \
jq \
libc6-dev \
libelf-dev \
libelf-dev/buster-backports \
netcat \
xz-utils \
rpm2cpio \
Expand Down

0 comments on commit fb7fb64

Please sign in to comment.