We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc6dbf commit 43a7946Copy full SHA for 43a7946
dev-support/docker/Dockerfile
@@ -45,7 +45,7 @@ RUN chmod a+x pkg-resolver/install-common-pkgs.sh pkg-resolver/resolve.py \
45
# hadolint ignore=DL3008
46
RUN apt-get -q update \
47
&& apt-get -q install -y --no-install-recommends python3 \
48
- && apt-get -q install -y --no-install-recommends $(pkg-resolver/resolve.py ubuntu:focal) \
+ && apt-get -q install -y --no-install-recommends "$(pkg-resolver/resolve.py ubuntu:focal)" \
49
&& apt-get clean \
50
&& rm -rf /var/lib/apt/lists/*
51
0 commit comments