Skip to content

Commit 43a7946

Browse files
Add quotes to prevent word split
* Added a quote as per the reported warning in CI run to prevent the splitting of word.
1 parent ecc6dbf commit 43a7946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN chmod a+x pkg-resolver/install-common-pkgs.sh pkg-resolver/resolve.py \
4545
# hadolint ignore=DL3008
4646
RUN apt-get -q update \
4747
&& apt-get -q install -y --no-install-recommends python3 \
48-
&& apt-get -q install -y --no-install-recommends $(pkg-resolver/resolve.py ubuntu:focal) \
48+
&& apt-get -q install -y --no-install-recommends "$(pkg-resolver/resolve.py ubuntu:focal)" \
4949
&& apt-get clean \
5050
&& rm -rf /var/lib/apt/lists/*
5151

0 commit comments

Comments
 (0)