Skip to content

Commit 5d22cfe

Browse files
fix up
1 parent 61dae3b commit 5d22cfe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker/native-image/dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}"
77
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
10-
RUN apt-get install -y git build-essential zlib1g-dev
11-
RUN apt-get install -y gcc-10 g++-10
10+
RUN apt-get install -y git build-essential zlib1g-dev gcc-10 g++-10
1211
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 60 --slave /usr/bin/g++ g++ /usr/bin/g++-10
1312
# Avoid errors like: "fatal: detected dubious ownership in repository"
1413
RUN git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)