Skip to content

Commit fc2b3a9

Browse files
committed
wip: cleanup ubuntu dockerfile
1 parent 85cd819 commit fc2b3a9

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.docker/Dockerfile.ubuntu

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ RUN apt install -y \
7272
libflac++-dev \
7373
nlohmann-json3-dev \
7474
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"
8275
# current ronn version is horribly broken
8376
RUN gem install ronn-ng
8477
# RUN useradd -g users -u 1000 -m mhx

0 commit comments

Comments
 (0)