Skip to content

Commit

Permalink
Remove yocto scripts from Dockerfile
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Nov 15, 2023
1 parent dd623b3 commit 1232fa2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions yocto-build-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ RUN curl -sSL https://github.com/balena-io/balena-cli/releases/download/v$BALENA
mv balena-cli/* /usr/bin && \
rm -rf balena-cli.zip balena-cli

COPY include/balena-docker.inc /
COPY entry_scripts/prepare-and-start.sh /

WORKDIR /work

CMD [ "sleep", "infinity" ]

0 comments on commit 1232fa2

Please sign in to comment.