Skip to content

Commit 69127c8

Browse files
authored
Revert "docker/debian: Install git in the base image (#471)" (#475)
This reverts commit b6d1b39. Signed-off-by: Ryan Northey <[email protected]>
1 parent 7af47d4 commit 69127c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/linux/debian/fun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ COMMON_PACKAGES=(
1313
apt-transport-https
1414
ca-certificates
1515
curl
16-
git
1716
libtinfo5
1817
patch)
1918
CI_PACKAGES=(git gosu sudo)
@@ -28,6 +27,7 @@ DEBIAN_PACKAGES=(
2827
doxygen
2928
expect
3029
gdb
30+
git
3131
graphviz
3232
jq
3333
libcap2-bin

0 commit comments

Comments
 (0)