File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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
6462RUN curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n \
You can’t perform that action at this time.
0 commit comments