Remove OpenCV from environment

Not needed for development, only runtime
This commit is contained in:
Steven Polley 2020-10-23 23:08:21 +00:00
parent f58b1daf02
commit 025675e6a8
1 changed files with 0 additions and 6 deletions

View File

@ -15,12 +15,6 @@ RUN curl -L -O https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz && \
sudo mv go /usr/local && \
rm -f go1.15.3.linux-amd64.tar.gz
# Install OpenCV (via GoCV bindings)
RUN /usr/local/go/bin/go get -u -d gocv.io/x/gocv && \
cd /home/coder/go/src/gocv.io/x/gocv && \
make install && \
make clean
# Install Hugo
RUN curl -L -O https://github.com/gohugoio/hugo/releases/download/v0.76.5/hugo_0.76.5_Linux-64bit.tar.gz && \
tar xvfz hugo_0.76.5_Linux-64bit.tar.gz && \