This commit is contained in:
OlivierDehaene 2023-04-07 14:17:26 +02:00
parent 49b66db53e
commit 384acff1a8

View File

@ -37,7 +37,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
ccache \ ccache \
cmake \ cmake \
curl \ curl \
git \ git && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN /usr/sbin/update-ccache-symlinks RUN /usr/sbin/update-ccache-symlinks
RUN mkdir /opt/ccache && ccache --set-config=cache_dir=/opt/ccache RUN mkdir /opt/ccache && ccache --set-config=cache_dir=/opt/ccache