Skip to content

Commit

Permalink
Install g++-10 on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo committed Oct 25, 2023
1 parent b71d39e commit ae9898e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_images/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN . /etc/os-release; \
apt-get update \
&& apt-get -y upgrade \
&& apt-get -y install --no-install-recommends curl ca-certificates devscripts equivs lsb-release \
&& if [ "${VERSION_CODENAME}" = lunar ]; then apt-get -y install --no-install-recommends g++-10; fi \
&& if [ "${VERSION_ID}" = "20.04" ]; then apt-get -y install --no-install-recommends g++-10; fi \
&& if [ "$(arch)" = "x86_64" ]; then ARCH="amd64"; else ARCH=$(arch); fi \
&& curl -s "https://ci.dev.mariadb.org/galera/mariadb-4.x-latest-gal-${ARCH}-${ID}-$(echo "$VERSION_ID" | sed 's/\.//').sources" >/etc/apt/sources.list.d/galera-4.sources \
&& if [ "${VERSION_CODENAME}" = lunar ] && [ "$ARCH" = aarch64 ]; then rm /etc/apt/sources.list.d/galera-4.sources; fi \
Expand Down

0 comments on commit ae9898e

Please sign in to comment.