Skip to content

Commit 27c6d75

Browse files
committed
add git to arm
1 parent 1f5d275 commit 27c6d75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN \
99
apk add --no-cache \
1010
bash \
1111
curl \
12+
git \
1213
jq \
1314
tzdata \
1415
xz

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN \
99
apk add --no-cache \
1010
bash \
1111
curl \
12+
git \
1213
jq \
1314
tzdata \
1415
xz

0 commit comments

Comments
 (0)