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 43a7946 commit 2513a12Copy full SHA for 2513a12
dev-support/docker/Dockerfile
@@ -42,10 +42,10 @@ RUN chmod a+x pkg-resolver/install-common-pkgs.sh pkg-resolver/resolve.py \
42
######
43
# Install packages from apt
44
45
-# hadolint ignore=DL3008
+# hadolint ignore=DL3008,SC2046
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