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