We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e408f0 commit fdfeb8dCopy full SHA for fdfeb8d
1 file changed
Dockerfile
@@ -29,8 +29,6 @@ apt-get -y install --no-install-recommends \
29
ccache \
30
# GCC compiler etc.
31
build-essential \
32
- # build requirement for OpenCV
33
- cmake \
34
# build requirement for OpenCV/FORCE
35
pkgconf \
36
# switching UID/GID inside container (for permissions)
@@ -80,6 +78,8 @@ export DEBIAN_FRONTEND=noninteractive && \
80
78
apt-get -y update && apt-get -y upgrade && \
81
79
apt-get install -y --no-install-recommends \
82
+ # build requirement for OpenCV
+ cmake \
83
ninja-build \
84
python3-pip
85
0 commit comments