Skip to content

Commit

Permalink
Add bash to sdk container image (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma authored Jan 11, 2025
1 parent 7f058e8 commit 64dbfab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions naosdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG version
COPY --chmod=744 HULKs-OS-*.sh /opt/
RUN /opt/HULKs-OS-$(uname -m)-toolchain-${version}.sh -d /naosdk

FROM busybox
FROM alpine
RUN apk add --no-cache bash
COPY --from=build /naosdk /naosdk
RUN ln -s /naosdk/sysroots/$(uname -m)-naosdk-linux/bin/bash /bin/bash
RUN echo . /naosdk/environment-setup-corei7-64-aldebaran-linux >> /root/.bashrc

0 comments on commit 64dbfab

Please sign in to comment.