-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move default kazoo installation before customisation in Dockerfile
- Loading branch information
Giorgio Ciacchella
authored and
Giorgio Ciacchella
committed
Aug 24, 2023
1 parent
a984d38
commit e98fed4
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,7 @@ RUN bash -c 'cd /root/tool-src ; PATH=/root/tool-inst/bin:$PATH HOME=/root DISAB | |
# RUN bash -c 'cd /root/tool-src ; PATH=/root/tool-inst/bin:$PATH HOME=/root DISABLE_TASTE_BANNER=1 install/85_rtems.sh' | ||
# RUN bash -c 'cd /root/tool-src ; PATH=/root/tool-inst/bin:$PATH HOME=/root DISABLE_TASTE_BANNER=1 install/86_air.sh' | ||
|
||
RUN bash -c 'cd /root/tool-src ; PATH=/root/tool-inst/bin:$PATH HOME=/root DISABLE_TASTE_BANNER=1 install/87_kazoo.sh' | ||
# Log into git as Giorgio | ||
RUN bash -c 'cd /root/tool-src/kazoo ; git config --global user.name "Giorgio Ciacchella"' | ||
RUN bash -c 'cd /root/tool-src/kazoo ; git config --global user.email "[email protected]"' | ||
|
@@ -68,7 +69,7 @@ RUN bash -c 'cd /root/tool-src/kazoo ; git fetch --all ; git checkout feature-lu | |
RUN bash -c 'cd /root/tool-src/kazoo ; git merge origin/feature_bullseye' | ||
# Rebuild kazoo | ||
RUN bash -c 'cd /root/tool-src/kazoo ; make install' | ||
#RUN bash -c 'cd /root/tool-src ; PATH=/root/tool-inst/bin:$PATH HOME=/root DISABLE_TASTE_BANNER=1 install/87_kazoo.sh' | ||
|
||
RUN bash -c 'cd /root/tool-src ; PATH=/root/tool-inst/bin:$PATH HOME=/root DISABLE_TASTE_BANNER=1 install/88_spaceCreator.sh' | ||
RUN bash -c 'cd /root/tool-src ; PATH=/root/tool-inst/bin:$PATH HOME=/root DISABLE_TASTE_BANNER=1 install/89_linux_runtime.sh' | ||
# Install TASTE-Runtime-Common fork | ||
|