From 9514385bb796e34c478a46d29b882ccd3050a525 Mon Sep 17 00:00:00 2001 From: sam#gemmi-win10 Date: Mon, 6 Nov 2023 01:22:19 +0800 Subject: [PATCH] compile sh /src/x-xrdp/build.sh libxrandr; \ --- compile/build-alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/compile/build-alpine/Dockerfile b/compile/build-alpine/Dockerfile index ac7358ab..12cb465e 100644 --- a/compile/build-alpine/Dockerfile +++ b/compile/build-alpine/Dockerfile @@ -89,6 +89,7 @@ RUN mkdir -p $TARGETPATH; \ # sh /src/fluxbox/build.sh cache; \ \ test "yes" != "$COMPILE_FLUX" && exit 0 || echo doMake; \ + sh /src/x-xrdp/build.sh libxrandr; \ sh /src/fluxbox/build.sh fluxbox; \ \ find ${TARGETPATH} -type f |sort;