Skip to content

Commit f0d7686

Browse files
committed
[NRL-1179] Removed unused sudo from image packages
1 parent c61f3ba commit f0d7686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ci-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt update && \
77
build-essential make libssl-dev zlib1g-dev libbz2-dev libreadline-dev \
88
libsqlite3-dev llvm libncursesw5-dev tk-dev libxml2-dev \
99
libxmlsec1-dev libffi-dev libicu70 liblzma-dev \
10-
python3 git curl wget sudo \
10+
python3 git curl wget \
1111
zip xz-utils tar unzip && \
1212
apt clean && \
1313
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)