Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09ad9d8

Browse files
committed
Remove duplicate jefferson
1 parent dd6b565 commit 09ad9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RUN apt-get update -y \
113113
clang \
114114
&& dpkg -i ${BUILD_DIR}/${SASQUATCH_FILENAME} \
115115
&& 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 \
116+
&& CC=clang uv pip install uefi_firmware jefferson ubi-reader git+https://github.com/marin-m/vmlinux-to-elf \
117117
&& uv cache clean \
118118
&& apt-get purge clang -y \
119119
&& apt autoremove -y \

0 commit comments

Comments
 (0)