From 93193a4d3d663914d7e5095069936db680c04674 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 6 Jun 2025 21:17:50 +1200 Subject: [PATCH] 'Generic Commit' --- build-base/Dockerfile.dropshell-build-base | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-base/Dockerfile.dropshell-build-base b/build-base/Dockerfile.dropshell-build-base index 442b1bd..292320d 100644 --- a/build-base/Dockerfile.dropshell-build-base +++ b/build-base/Dockerfile.dropshell-build-base @@ -1,4 +1,4 @@ -FROM alpine:latest AS builder +FROM alpine:latest # Install ccache along with other dependencies RUN apk add --no-cache \ @@ -23,6 +23,7 @@ RUN apk add --no-cache \ mold \ musl \ musl-dev \ + ncurses-dev \ ninja \ perl \ pipx \ @@ -38,8 +39,6 @@ RUN apk add --no-cache \ zlib-dev \ zlib-static -#RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev - SHELL ["/bin/bash", "-c"]