Skip to content

Commit cedfe3d

Browse files
committed
remove unused dep
1 parent 884640b commit cedfe3d

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
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616
elif [ "$TARGETARCH" = "arm" ]; then \
1717
echo armv7-unknown-linux-gnueabihf > TARGET && \
1818
echo arm-linux-gnueabihf-gcc > LINKER && \
19-
apt-get install -y gcc-arm-linux-gnueabihf libgcc-s1-armhf-cross cmake libclang1 libc6-dev-armhf-cross && \
19+
apt-get install -y gcc-arm-linux-gnueabihf libgcc-s1-armhf-cross cmake libclang1 && \
2020
cargo install --force --locked bindgen-cli && \
2121
echo "-I/usr/lib/gcc-cross/arm-linux-gnueabihf/12/include -I/usr/arm-linux-gnueabihf/include" > BINDGEN_EXTRA_CLANG_ARGS; \
2222
cp /usr/arm-linux-gnueabihf/lib/libgcc_s.so.1 .; \

0 commit comments

Comments
 (0)