Skip to content

Commit 98879df

Browse files
committed
Update release dockerfile
- VTK 7 is not available any more - /etc/apt/sources.list is not found, the sed command can be removed
1 parent 730d20c commit 98879df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.dev/docker/release/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
FROM debian:testing
22

3-
ARG VTK_VERSION=7
3+
ARG VTK_VERSION=9
44
ENV DEBIAN_FRONTEND=noninteractive
55

66
ARG PCL_INDEX_SIGNED=true
77
ARG PCL_INDEX_SIZE=32
88

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 \
9+
RUN apt update \
1210
&& apt install -y \
1311
bash \
1412
cmake \

0 commit comments

Comments
 (0)