Skip to content

Commit f95f12f

Browse files
authored
ci: install missing packages (#19171)
1 parent bcbfefe commit f95f12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build-tool/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV TERM=dumb
44
ENV DEBIAN_FRONTEND=noninteractive
55

66
RUN apt-get update -yq && \
7-
apt-get install -yq locales sudo unzip file && \
7+
apt-get install -yq locales sudo unzip file lsb-release wget software-properties-common gnupg && \
88
printf 'en_US.UTF-8 UTF-8\n' > /etc/locale.gen && \
99
locale-gen && \
1010
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)