Skip to content

Commit

Permalink
Install ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 1, 2022
1 parent 7a3b5ae commit 0e9847d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos7-basic-requirements
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yum install -y epel-release
# Install requirements
RUN yum install -y git redhat-lsb-core make wget centos-release-scl scl-utils rpm-build &&\
yum install -y cmake3 devtoolset-9 &&\
yum install -y rh-git227-git
yum install -y rh-git227-git ccache

# Install simulator requirements
RUN yum install -y unzip libuuid-devel wxGTK3-devel boost-test boost-devel
Expand Down

0 comments on commit 0e9847d

Please sign in to comment.