Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit d580c6f

Browse files
committed
oci: Remove unneeded opencv dependency
1 parent 5848438 commit d580c6f

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
@@ -15,7 +15,7 @@ WORKDIR /usr/local/bin
1515
CMD [ "/bin/sh" ]
1616

1717
# Install dependencies
18-
RUN apk add --no-cache libgcc opencv
18+
RUN apk add --no-cache libgcc
1919

2020
# Be ready for building
2121
FROM docker.io/rust:1-alpine${ALPINE_VERSION} as builder

0 commit comments

Comments
 (0)