Skip to content

Commit

Permalink
move default kazoo installation before customisation in Dockerfile
Browse files Browse the repository at this point in the history
  • 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.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]"'
Expand All @@ -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
Expand Down

0 comments on commit e98fed4

Please sign in to comment.