File tree Expand file tree Collapse file tree 10 files changed +20
-0
lines changed
ubuntu-22.04-jammy-amd64-valgrind
ubuntu-24.04-noble-arm64v8
ubuntu-24.04-noble-ppc64le Expand file tree Collapse file tree 10 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ RUN apt-get -qq update \
3535 && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
3636 cmake \
3737 curl \
38+ g++ \
39+ gcc \
3840 ghostscript \
3941 git \
4042 libfreetype6-dev \
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ RUN apt-get -qq update \
3535 && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
3636 cmake \
3737 curl \
38+ g++ \
39+ gcc \
3840 ghostscript \
3941 git \
4042 libfreetype6-dev \
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ RUN apt-get -qq update \
3535 && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
3636 cmake \
3737 curl \
38+ g++ \
39+ gcc \
3840 ghostscript \
3941 git \
4042 libfreetype6-dev \
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ RUN apt-get -qq update \
3535 && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
3636 cmake \
3737 curl \
38+ g++ \
39+ gcc \
3840 ghostscript \
3941 git \
4042 libfreetype6-dev \
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ FROM ubuntu:jammy
33RUN apt-get -qq update \
44 && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
55 cmake \
6+ g++ \
7+ gcc \
68 ghostscript \
79 git \
810 libfreetype6-dev \
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ FROM ubuntu:jammy
33RUN apt-get -qq update \
44 && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
55 cmake \
6+ g++ \
7+ gcc \
68 ghostscript \
79 git \
810 libegl-dev \
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ FROM ubuntu:noble
33RUN apt-get -qq update \
44 && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
55 cmake \
6+ g++ \
7+ gcc \
68 ghostscript \
79 git \
810 libavif-dev \
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ FROM arm64v8/ubuntu:noble
33RUN apt-get -qq update \
44 && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
55 cmake \
6+ g++ \
7+ gcc \
68 ghostscript \
79 git \
810 libavif-dev \
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ FROM ppc64le/ubuntu:noble
33RUN apt-get -qq update \
44 && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
55 cmake \
6+ g++ \
7+ gcc \
68 ghostscript \
79 git \
810 libavif-dev \
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ FROM s390x/ubuntu:noble
33RUN apt-get -qq update \
44 && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
55 cmake \
6+ g++ \
7+ gcc \
68 ghostscript \
79 git \
810 libavif-dev \
You can’t perform that action at this time.
0 commit comments