update-ccache-symlinks
Compiler cache for fast recompilation of C/C++ code
RUN apt-get update && \
apt-get install -y ccache
RUN apt-get update && \
apt-get install -y ccache
RUN apk add ccache
RUN pacman -S --noconfirm ccache
RUN apt-get update && \
apt-get install -y ccache
RUN dnf install -y ccache
RUN apt-get update && \
apt-get install -y ccache