Skip to content

Commit 281de36

Browse files
authored
Merge pull request #56 from LibrePCB/ccache
Install ccache in all Ubuntu images
2 parents 3e7c606 + 4081f93 commit 281de36

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ubuntu-20.04-qt6.6/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
66
bzip2 \
77
ca-certificates \
88
cargo \
9+
ccache \
910
clang \
1011
curl \
1112
dbus \

ubuntu-22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
66
bzip2 \
77
ca-certificates \
88
cargo \
9+
ccache \
910
clang \
1011
cmake \
1112
curl \

ubuntu-24.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
66
bzip2 \
77
ca-certificates \
88
cargo \
9+
ccache \
910
clang \
1011
cmake \
1112
curl \

0 commit comments

Comments
 (0)