Skip to content

Commit 660f914

Browse files
authored
ansible: install gcc-10 in remaining Ubuntu 20.04 containers (#3495)
Refs: #3493 (comment) Refs: #3485 (comment)
1 parent 896e834 commit 660f914

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ansible/roles/docker/templates/ubuntu2004.Dockerfile.j2

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
1818
ccache \
1919
g++-8 \
2020
gcc-8 \
21+
g++-10 \
22+
gcc-10 \
2123
git \
2224
openjdk-17-jre-headless \
2325
curl \

ansible/roles/docker/templates/ubuntu2004_armv7l.Dockerfile.j2

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ENV DEBIAN_FRONTEND noninteractive
1616
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y ccache \
1717
g++-8 \
1818
gcc-8 \
19+
g++-10 \
20+
gcc-10 \
1921
git \
2022
openjdk-17-jre-headless \
2123
pkg-config \

0 commit comments

Comments
 (0)