mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
build: add meson & gdb to alpine dockerfile
This commit is contained in:
parent
d786083d3d
commit
0f969a8526
@ -76,7 +76,9 @@ RUN apk add --no-cache \
|
|||||||
libogg-static \
|
libogg-static \
|
||||||
icu-static \
|
icu-static \
|
||||||
expat-static \
|
expat-static \
|
||||||
nlohmann-json
|
nlohmann-json \
|
||||||
|
meson \
|
||||||
|
gdb
|
||||||
|
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
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"
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user