Skip to content

Commit

Permalink
Add lzop to Dockerfile
Browse files Browse the repository at this point in the history
This is required for compression when a RootFS build is configured
to make use of it
  • Loading branch information
AlexanderWells-diamond committed Dec 18, 2024
1 parent c4819d6 commit 68db0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN yum -y upgrade && yum -y install \
libmpc-devel \
libjpeg-turbo-devel \
libuuid-devel \
lzop \
ncurses-compat-libs \
openssl-devel \
patch \
Expand Down

0 comments on commit 68db0dd

Please sign in to comment.