mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
build: upgrade to upx-5.0.0
This commit is contained in:
parent
9989d015a1
commit
eedabfbdff
@ -77,7 +77,7 @@ COPY install-static-libs.sh /usr/local/bin/install-static-libs.sh
|
|||||||
RUN bash /usr/local/bin/install-static-libs.sh gcc-13 clang-18
|
RUN bash /usr/local/bin/install-static-libs.sh gcc-13 clang-18
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
# upx-4.2.2 is broken for arm64 (https://github.com/upx/upx/issues/758)
|
# upx-4.2.2 is broken for arm64 (https://github.com/upx/upx/issues/758)
|
||||||
RUN wget -O - https://github.com/upx/upx/releases/download/v4.2.1/upx-4.2.1-$(bash -c "echo \${0//v8/}" $ARCH)_linux.tar.xz | tar -xJf - -C /usr/local/bin --strip-components=1 --wildcards "*/upx"
|
RUN wget -O - https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-$(bash -c "echo \${0//v8/}" $ARCH)_linux.tar.xz | tar -xJf - -C /usr/local/bin --strip-components=1 --wildcards "*/upx"
|
||||||
# current ronn version is horribly broken
|
# current ronn version is horribly broken
|
||||||
RUN gem install ronn-ng
|
RUN gem install ronn-ng
|
||||||
# RUN useradd -g users -u 1000 -m mhx
|
# RUN useradd -g users -u 1000 -m mhx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user