We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867e269 commit 82b2557Copy full SHA for 82b2557
docker/test/util/Dockerfile
@@ -34,9 +34,8 @@ RUN apt-get update \
34
35
# Install cmake 3.20+ for Rust support
36
# Used https://askubuntu.com/a/1157132 as reference
37
-RUN curl -s https://apt.kitware.com/keys/kitware-archive-latest.asc | \
38
- gpg --dearmor - > /etc/apt/trusted.gpg.d/kitware.gpg && \
39
- echo "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" >> /etc/apt/sources.list
+RUN curl -s https://apt.kitware.com/keys/kitware-archive-latest.asc | gpg --dearmor - > /etc/apt/trusted.gpg.d/kitware.gpg && \
+ echo "deb [signed-by=/etc/apt/trusted.gpg.d/kitware.gpg] https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" >> /etc/apt/sources.list.d/kitware.list
40
41
# initial packages
42
RUN apt-get update \
0 commit comments