Skip to content

Commit b54a09f

Browse files
committed
Add git to non-arm dockers
1 parent b10947f commit b54a09f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile.ubuntu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update && \
88
apt-get install -y --no-install-recommends \
99
curl \
1010
tar \
11+
git \
1112
apt-transport-https \
1213
ca-certificates \
1314
sudo \

Dockerfile.ubuntu-bionic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update && \
88
apt-get install -y --no-install-recommends \
99
curl \
1010
tar \
11+
git \
1112
apt-transport-https \
1213
ca-certificates \
1314
sudo \

Dockerfile.ubuntu-xenial

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update && \
88
apt-get install -y --no-install-recommends \
99
curl \
1010
tar \
11+
git \
1112
apt-transport-https \
1213
ca-certificates \
1314
sudo \

0 commit comments

Comments
 (0)