Skip to content

Commit 98c3db7

Browse files
authored
docker/debian: Add sudo to ci image (envoyproxy#451)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 51b861d commit 98c3db7

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
@@ -15,7 +15,7 @@ COMMON_PACKAGES=(
1515
libtinfo5
1616
patch)
1717
DEV_PACKAGES=()
18-
CI_PACKAGES=(git gosu)
18+
CI_PACKAGES=(git gosu sudo)
1919
DEBIAN_PACKAGES=(
2020
aspell
2121
aspell-en

0 commit comments

Comments
 (0)