Skip to content

Commit

Permalink
Add select step in image building
Browse files Browse the repository at this point in the history
  • Loading branch information
guiguem committed Jan 26, 2024
1 parent b88b49d commit 24cb948
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 24cb948

Please sign in to comment.