Skip to content

Commit

Permalink
Fix changed paths for development image build (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler authored Dec 22, 2024
1 parent ee15cc3 commit dcc32b7
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 @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install --no-install-recommends --yes \
&& rm --recursive --force /var/lib/apt/lists/*

ARG version
COPY --chmod=744 sdk/HULKs-OS-*.sh /opt/
COPY --chmod=744 HULKs-OS-*.sh /opt/
RUN /opt/HULKs-OS-$(uname -m)-toolchain-${version}.sh -d /naosdk

FROM busybox
Expand Down

0 comments on commit dcc32b7

Please sign in to comment.