From 8e958b37e6d460d2c0edf6bae9c92592bc541ed7 Mon Sep 17 00:00:00 2001 From: Mathieu Guigue Date: Mon, 25 Mar 2024 22:37:43 +0100 Subject: [PATCH] Fix for the installation of ToolApp (waiting for a release of externals meta) --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a22cddf..9029798 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hyperk/hk-meta-externals:main +FROM ghcr.io/hyperk/hk-pilot:main COPY . /usr/local/hk/hk-ToolApp @@ -7,6 +7,7 @@ RUN --mount=type=ssh mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh 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 hk-ToolApp &&\ +# hkp install -r -e hk-ToolApp &&\ Temporary comment; should use this line instead of the previous one... hkp select --all &&\ hkp install hk-ToolApp