Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6b565 commit 09ad9d8Copy full SHA for 09ad9d8
Dockerfile
@@ -113,7 +113,7 @@ RUN apt-get update -y \
113
clang \
114
&& dpkg -i ${BUILD_DIR}/${SASQUATCH_FILENAME} \
115
&& rm ${BUILD_DIR}/${SASQUATCH_FILENAME} \
116
- && CC=clang uv pip install uefi_firmware jefferson jefferson ubi-reader git+https://github.com/marin-m/vmlinux-to-elf \
+ && CC=clang uv pip install uefi_firmware jefferson ubi-reader git+https://github.com/marin-m/vmlinux-to-elf \
117
&& uv cache clean \
118
&& apt-get purge clang -y \
119
&& apt autoremove -y \
0 commit comments