We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f3726 commit aae1a40Copy full SHA for aae1a40
Dockerfile
@@ -28,7 +28,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
28
libpq-dev:arm64 \
29
pkg-config \
30
gcc-aarch64-linux-gnu \
31
- g++-aarch64-linux-gnu && \
+ g++-aarch64-linux-gnu \
32
+ binutils-aarch64-linux-gnu && \
33
rm -rf /var/lib/apt/lists/*
34
35
# Set up environment for OpenSSL cross-compilation
@@ -69,6 +70,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
69
70
libpq5 \
71
&& rm -rf /var/lib/apt/lists/*
72
73
+
74
# Set the working directory
75
WORKDIR /usr/src/app
76
0 commit comments