From 86be2253ebfedded0f8a7f04e22bd8fa25a05840 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Fri, 12 Jun 2026 15:11:36 +0200 Subject: [PATCH] Fix psp-packages autotools builds It needs autopoint to be available. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1f7d6e188..ed53ffb9de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ ENV PATH $PATH:${PSPDEV}/bin COPY --from=0 ${PSPDEV} ${PSPDEV} RUN apk add --no-cache build-base bash acl sudo fakeroot curl patch gpgme-dev libarchive-tools libarchive-dev xz \ - openssl-dev git bison autoconf automake tcl-dev libtool cmake doxygen texinfo flex pkgconf libcrypto3 + openssl-dev git bison autoconf automake tcl-dev libtool cmake doxygen texinfo flex pkgconf libcrypto3 gettext-tiny