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 96ddd89 commit 87fb10fCopy full SHA for 87fb10f
gocv.Dockerfile
@@ -22,6 +22,7 @@ ENV GOPATH /go
22
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
23
24
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
25
+
26
WORKDIR $GOPATH
27
28
RUN go get -u -d gocv.io/x/gocv@v${GOCV_VERSION} \
runtime.Dockerfile
@@ -10,7 +10,6 @@ ENV OPENCV_VERSION=$OPENCV_VERSION
10
ENV VERSION="2020-11-19"
11
12
RUN sed -i '/security/d' /etc/apt/sources.list
13
-
14
RUN apt-get update && apt-get install -y \
15
curl \
16
bash \
0 commit comments