Skip to content

Commit 61dae3b

Browse files
maybe?
1 parent e2eeb89 commit 61dae3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/native-image/dockerfile

Lines changed: 1 addition & 1 deletion
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 g++-10
11+
RUN apt-get install -y gcc-10 g++-10
1212
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)