From 24cb948326e54480417b21725a7f152238bcd1d1 Mon Sep 17 00:00:00 2001 From: Mathieu Guigue Date: Fri, 26 Jan 2024 14:23:58 +0100 Subject: [PATCH] Add select step in image building --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 023ab24..a22cddf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,8 @@ COPY . /usr/local/hk/hk-ToolApp RUN --mount=type=ssh mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts WORKDIR /usr/local/hk +# Install hkToopApp, then enable all tools, then reinstall for proper linkage RUN --mount=type=ssh . /usr/local/hk/hk-pilot/setup.sh &&\ - hkp install -r -e hk-ToolApp + hkp install -r -e hk-ToolApp &&\ + hkp select --all &&\ + hkp install hk-ToolApp