Skip to content

Commit 87fb10f

Browse files
committed
update opencv version: 4.5.4,gocv version: 0.29.0, golang version: 1.17.0
1 parent 96ddd89 commit 87fb10f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gocv.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ENV GOPATH /go
2222
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
2323

2424
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
25+
2526
WORKDIR $GOPATH
2627

2728
RUN go get -u -d gocv.io/x/gocv@v${GOCV_VERSION} \

runtime.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ENV OPENCV_VERSION=$OPENCV_VERSION
1010
ENV VERSION="2020-11-19"
1111

1212
RUN sed -i '/security/d' /etc/apt/sources.list
13-
1413
RUN apt-get update && apt-get install -y \
1514
curl \
1615
bash \

0 commit comments

Comments
 (0)