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 730d20c commit 98879dfCopy full SHA for 98879df
1 file changed
.dev/docker/release/Dockerfile
@@ -1,14 +1,12 @@
1
FROM debian:testing
2
3
-ARG VTK_VERSION=7
+ARG VTK_VERSION=9
4
ENV DEBIAN_FRONTEND=noninteractive
5
6
ARG PCL_INDEX_SIGNED=true
7
ARG PCL_INDEX_SIZE=32
8
9
-# Add sources so we can just install build-dependencies of PCL
10
-RUN sed -i 's/^deb \(.*\)$/deb \1\ndeb-src \1/' /etc/apt/sources.list \
11
- && apt update \
+RUN apt update \
12
&& apt install -y \
13
bash \
14
cmake \
0 commit comments