Skip to content

Commit 330762e

Browse files
committed
Add bash to sdk container image
1 parent 7f058e8 commit 330762e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

naosdk/Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG version
1313
COPY --chmod=744 HULKs-OS-*.sh /opt/
1414
RUN /opt/HULKs-OS-$(uname -m)-toolchain-${version}.sh -d /naosdk
1515

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

0 commit comments

Comments
 (0)