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.
2 parents 872814c + 93bdfba commit bb18884Copy full SHA for bb18884
1 file changed
dockerfiles/zig-0.16.Dockerfile
@@ -1,14 +1,12 @@
1
# syntax=docker/dockerfile:1.7-labs
2
FROM debian:trixie
3
4
-# procps: shell / background-jobs
5
# hadolint ignore=DL3008
6
RUN apt-get update && \
7
apt-get install --no-install-recommends -y \
8
curl \
9
libncurses-dev \
10
libreadline-dev \
11
- procps \
12
xz-utils \
13
&& apt-get clean && \
14
rm -rf /var/lib/apt/lists/*
0 commit comments