Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 8658cf3

Browse files
committed
Fix automake build on aarch64
1 parent 09714d0 commit 8658cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.bionic-aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN bash -x /build-desktop-file-utils.sh
1717

1818
ARG AUTOMAKE_VERSION=1.16.5
1919
COPY build-automake.sh /
20-
RUN bash -x build-automake.sh
20+
RUN bash -x /build-automake.sh
2121

2222
ARG LIBGPG_ERROR_VERSION=1.45
2323
COPY build-libgpg-error.sh /

0 commit comments

Comments
 (0)