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.
2 parents 8ee940d + c83ef53 commit fda6454Copy full SHA for fda6454
docker/Dockerfile_ubuntu_deps
@@ -26,10 +26,6 @@ RUN . ./etc/os-release && \
26
ca-certificates \
27
wget \
28
software-properties-common && \
29
- wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc | gpg --dearmor - > /etc/apt/trusted.gpg.d/kitware.gpg && \
30
- apt-add-repository "deb https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" && \
31
- apt-get clean && \
32
- apt-get update && \
33
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
34
build-essential \
35
git \
0 commit comments