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 9eec6ed commit 7f62f80Copy full SHA for 7f62f80
docker/builder/tools.Dockerfile
@@ -6,12 +6,12 @@ RUN echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.lis
6
7
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
8
--mount=type=cache,target=/var/lib/apt,sharing=locked \
9
- apt-get update && apt-get --no-install-recommends --allow-downgrades -y \
+ apt-get update && apt-get --no-install-recommends -y \
10
install \
11
wget \
12
curl \
13
- perl-base=5.32.1-4+deb11u1 \
14
- libtinfo6=6.2+20201114-2+deb11u2 \
+ perl-base \
+ libtinfo6 \
15
git \
16
libssl1.1 \
17
ca-certificates \
0 commit comments