We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4ba4b commit a092f56Copy full SHA for a092f56
unix/linux/Dockerfile
@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
15
# Get the git sources. If not cached, this takes O(5 minutes).
16
WORKDIR /git
17
RUN git config --global advice.detachedHead false
18
-
19
# Linux Kernel: Released 12 May 2024
20
RUN git clone --branch v6.9 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
21
# GNU C library: Released 31 Jan 2024
0 commit comments