From 4cf623474f2c6bfef1095e8aeb8a85e6cab714d2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 6 Jun 2025 21:08:54 +1200 Subject: [PATCH] 'Generic Commit' --- build-base/Dockerfile.dropshell-build-base | 61 +++++++++------------- 1 file changed, 26 insertions(+), 35 deletions(-) diff --git a/build-base/Dockerfile.dropshell-build-base b/build-base/Dockerfile.dropshell-build-base index 0b86915..5a33f22 100644 --- a/build-base/Dockerfile.dropshell-build-base +++ b/build-base/Dockerfile.dropshell-build-base @@ -2,50 +2,41 @@ FROM alpine:latest AS builder # Install ccache along with other dependencies RUN apk add --no-cache \ - build-base \ - cmake \ - git \ - musl-dev \ - curl \ bash \ - musl \ - g++ \ - ninja \ - linux-headers \ - mold \ - zlib-static \ + binutils \ + binutils-dev \ + build-base \ ccache \ - pkgconf \ - pkgconfig \ - libunwind \ - libunwind-dev \ - libunwind-static \ - zlib-dev \ - zlib-static \ - xz \ - xz-dev \ - xz-static \ - xz-libs \ - libdwarf \ - libdwarf-dev \ + cmake \ + curl \ elfutils \ elfutils-dev \ elfutils-libelf \ - binutils \ - binutils-dev \ - pipx \ + g++ \ + git \ + libdwarf \ + libdwarf-dev \ + libunwind \ + libunwind-dev \ + libunwind-static \ + linux-headers \ + mold \ + musl \ + musl-dev \ ninja \ - util-linux-static \ perl \ + pipx \ + pkgconf \ + pkgconfig \ + sqlite-static \ util-linux-dev \ util-linux-static \ - openssl-dev \ - openssl-static \ - sqlite-dev \ - sqlite-static \ - libpq-dev \ - libpq-static \ - mariadb-connector-c-dev + xz \ + xz-dev \ + xz-libs \ + xz-static \ + zlib-dev \ + zlib-static #RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev