Skip to content

Commit e2eeb89

Browse files
update
1 parent 7ce2f56 commit e2eeb89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/native-image/dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y software-properties-common
88
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
99
RUN apt-get update
1010
RUN apt-get install -y git build-essential zlib1g-dev
11-
RUN apt-get install gcc-10.0 g++-10.0
12-
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10.0 60 --slave /usr/bin/g++ g++ /usr/bin/g++-10.0
11+
RUN apt-get install gcc-10 g++-10
12+
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 60 --slave /usr/bin/g++ g++ /usr/bin/g++-10
1313
# Avoid errors like: "fatal: detected dubious ownership in repository"
1414
RUN git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)