Remove OpenCV from environment
Not needed for development, only runtime
This commit is contained in:
parent
f58b1daf02
commit
025675e6a8
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user