1 parent 85cd819 commit fc2b3a9Copy full SHA for fc2b3a9
1 file changed
.docker/Dockerfile.ubuntu
@@ -72,13 +72,6 @@ RUN apt install -y \
72
libflac++-dev \
73
nlohmann-json3-dev \
74
python3-mistletoe
75
-### XXX: no more static libs for Ubuntu
76
-# COPY install-static-libs.sh /usr/local/bin/install-static-libs.sh
77
-# # TODO: gcc-14 cannot build the current version of libunwind
78
-# RUN bash /usr/local/bin/install-static-libs.sh gcc-13 clang-18 :ubuntu
79
-ARG ARCH
80
-# upx-4.2.2 is broken for arm64 (https://github.com/upx/upx/issues/758)
81
-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"
82
# current ronn version is horribly broken
83
RUN gem install ronn-ng
84
# RUN useradd -g users -u 1000 -m mhx
0 commit comments