diff --git a/docker/debian/Dockerfile b/docker/debian/Dockerfile index 8ef120a..644f6dc 100644 --- a/docker/debian/Dockerfile +++ b/docker/debian/Dockerfile @@ -79,27 +79,6 @@ RUN pip install --no-cache \ gcovr==${GCOVR_VERSION} \ cmake==${CMAKE_VERSION} -# Install ccache. Note that the ccache version from the package manager is -# installed for Debian Bullseye, as the latest version requires a newer GLIBC -# version, and older compatible releases are x86-64 only. -ARG CCACHE_VERSION - -RUN <