Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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