Skip to content

Fix for the installation of ToolApp (waiting for a release of externa… #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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

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