File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ RUN git config --global --add safe.directory $workdir
1212RUN apt -y install g++-aarch64-linux-gnu
1313
1414# install basic build tools
15- RUN apt -y install make ccache
15+ RUN apt -y install build-essential make ccache
1616
1717WORKDIR $workdir
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ RUN git config --global --add safe.directory $workdir
1212RUN apt -y install g++-arm-linux-gnueabihf
1313
1414# install basic build tools
15- RUN apt -y install make ccache
15+ RUN apt -y install build-essential make ccache
1616
1717WORKDIR $workdir
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ RUN git config --global --add safe.directory $workdir
1212RUN apt -y install g++-arm-linux-gnueabihf
1313
1414# install basic build tools
15- RUN apt -y install make ccache
15+ RUN apt -y install build-essential make ccache
1616
1717WORKDIR $workdir
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ RUN git config --global --add safe.directory $workdir
1212RUN apt -y install g++-arm-linux-gnueabihf
1313
1414# install basic build tools
15- RUN apt -y install make ccache
15+ RUN apt -y install build-essential make ccache
1616
1717WORKDIR $workdir
You can’t perform that action at this time.
0 commit comments