mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
add ccache to docker compilation (#3446)
* add ccache to docker image * test commit please ignore
This commit is contained in:
parent
57f15a9e98
commit
6b6c6c71ca
2 changed files with 7 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
file \
|
||||
g++ \
|
||||
git \
|
||||
ccache \
|
||||
cmake \
|
||||
libprotobuf-dev \
|
||||
libqt5multimedia5-plugins \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue