Skip to content

Commit 874df79

Browse files
gr-grinnikajdan
authored andcommitted
dockerfile: remove libelf-dev from installed packages
`libelf-dev` is not needed anymore as dependency, because it is no longer used to build Yocto. As should be from the beginning, `libelf` is now build by the Yocto itself, rather than depend on the host to provide it.
1 parent 5adb510 commit 874df79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ RUN apt-get update && \
6868
\
6969
debianutils \
7070
libegl1-mesa \
71-
libelf-dev \
7271
libsdl1.2-dev \
7372
libstdc++-12-dev \
7473
lz4 \

0 commit comments

Comments
 (0)