Skip to content

Commit

Permalink
Do not hardcode architecture in symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Jun 20, 2024
1 parent 615e507 commit 04ef22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naosdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN /opt/HULKs-OS-$(uname -m)-toolchain-${version}.sh -d /naosdk

FROM busybox
COPY --from=build /naosdk /naosdk
RUN ln -s /naosdk/sysroots/x86_64-naosdk-linux/bin/bash /bin/bash
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 04ef22c

Please sign in to comment.