Skip to content

Commit f523d94

Browse files
authored
Merge pull request #5688 from mvieth/update_release_dockerfile
Update release dockerfile
2 parents 730d20c + 98879df commit f523d94

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)