Skip to content

Commit 5e0be35

Browse files
committed
Revert "changes gcc from gcc 13 to gcc-11 (#244)"
This reverts commit 391223d.
1 parent 794df23 commit 5e0be35

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
2929
apt-transport-https \
3030
curl \
3131
file \
32-
gcc-11 \
33-
g++-11 \
32+
gcc \
3433
git \
34+
g++ \
3535
gnupg2 \
36+
libc++1 \
3637
libgl1 \
3738
libtcmalloc-minimal4 \
3839
make \
@@ -55,10 +56,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
5556
jq \
5657
shellcheck \
5758
&& gem install bundler \
58-
&& rm -rf /var/lib/apt/lists/* \
59-
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 \
60-
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 110
61-
59+
&& rm -rf /var/lib/apt/lists/*;
6260

6361
# install nodejs using n
6462
RUN curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n \

0 commit comments

Comments
 (0)