Skip to content

Commit aae1a40

Browse files
committed
adds binutils for aarch64 to Dockerfile.
1 parent e2f3726 commit aae1a40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2828
libpq-dev:arm64 \
2929
pkg-config \
3030
gcc-aarch64-linux-gnu \
31-
g++-aarch64-linux-gnu && \
31+
g++-aarch64-linux-gnu \
32+
binutils-aarch64-linux-gnu && \
3233
rm -rf /var/lib/apt/lists/*
3334

3435
# Set up environment for OpenSSL cross-compilation
@@ -69,6 +70,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6970
libpq5 \
7071
&& rm -rf /var/lib/apt/lists/*
7172

73+
7274
# Set the working directory
7375
WORKDIR /usr/src/app
7476

0 commit comments

Comments
 (0)