Skip to content

Commit 57cb8a9

Browse files
committed
Install build-essential
1 parent 802c802 commit 57cb8a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

linux-aarch64-debian11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN git config --global --add safe.directory $workdir
1212
RUN 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

1717
WORKDIR $workdir

linux-armhf-debian10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN git config --global --add safe.directory $workdir
1212
RUN 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

1717
WORKDIR $workdir

linux-armhf-debian11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN git config --global --add safe.directory $workdir
1212
RUN 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

1717
WORKDIR $workdir

linux-armhf-ubuntu18/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN git config --global --add safe.directory $workdir
1212
RUN 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

1717
WORKDIR $workdir

0 commit comments

Comments
 (0)