File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 55* .conf text eol =lf
66Dockerfile text eol =lf
77* .yml text eol =lf
8- ** /run text eol =lf
8+ ** /run text eol =lf
Original file line number Diff line number Diff line change @@ -164,7 +164,8 @@ RUN \
164164 libxdamage1 \
165165 libgl1 \
166166 libglx-mesa0 \
167- xz-utils && \
167+ xz-utils \
168+ binutils && \
168169 # STEP 3.2 - Make the /app/calibre directory for the installed files
169170 mkdir -p \
170171 /app/calibre && \
@@ -182,6 +183,8 @@ RUN \
182183 tar xf \
183184 /calibre.txz -C \
184185 /app/calibre && \
186+ # STEP 3.4.1 - Remove the ABI tag from the extracted libQt6* files to allow them to be used on older kernels
187+ strip --remove-section=.note.ABI-tag /app/calibre/lib/libQt6* && \
185188 # STEP 3.5 - Delete the extracted calibre.txz to save space in final image
186189 rm /calibre.txz && \
187190 # STEP 3.6 - Store the UNIVERSAL_CALIBRE_RELEASE in the root of the image in CALIBRE_RELEASE
You can’t perform that action at this time.
0 commit comments