tools: toolchain: install ccache

Not strictly necessary, but often useful to reduce rebuild times. The user
will need to bind-mount a populated cache.
This commit is contained in:
Avi Kivity
2019-01-03 12:42:06 +02:00
parent 527e3a58ff
commit 25040824cf

View File

@@ -3,4 +3,5 @@ ADD ./install-dependencies.sh ./
ADD ./seastar/install-dependencies.sh ./seastar/
RUN dnf -y install 'dnf-command(copr)' \
&& dnf -y copr enable scylladb/toolchain \
&& dnf -y install ccache \
&& /bin/bash -x ./install-dependencies.sh && dnf -y update