Skip to content

Commit 925b27e

Browse files
committed
Formatting
1 parent cb962c4 commit 925b27e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Dockerfile.linux-arm

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ COPY . /nativebinaries/
44

55
RUN dpkg --add-architecture armhf
66

7-
RUN apt update \
8-
&& apt -y install cmake pkg-config \
9-
crossbuild-essential-armhf
7+
RUN apt update && apt -y install cmake pkg-config crossbuild-essential-armhf
108

119
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]

Dockerfile.linux-arm64

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ COPY . /nativebinaries/
44

55
RUN dpkg --add-architecture arm64
66

7-
RUN apt update \
8-
&& apt -y install cmake pkg-config \
9-
crossbuild-essential-arm64
7+
RUN apt update && apt -y install cmake pkg-config crossbuild-essential-arm64
108

119
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]

0 commit comments

Comments
 (0)