Skip to content

Commit

Permalink
Use elfutils 0.180 for appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
milianw committed Aug 31, 2020
1 parent fdb764b commit c552e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/elfutils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ FROM package_elfutils_intermediate
WORKDIR /opt
ADD . /opt/

RUN curl -o /tmp/elfutils.tar.bz2 https://sourceware.org/elfutils/ftp/0.179/elfutils-0.179.tar.bz2 && tar -xvf /tmp/elfutils.tar.bz2
CMD ./build_elfutils.sh /opt /artifacts /opt/elfutils-0.179
RUN curl -o /tmp/elfutils.tar.bz2 https://sourceware.org/elfutils/ftp/0.180/elfutils-0.180.tar.bz2 && tar -xvf /tmp/elfutils.tar.bz2
CMD ./build_elfutils.sh /opt /artifacts /opt/elfutils-0.180

0 comments on commit c552e4b

Please sign in to comment.