Skip to content

Commit

Permalink
remove trailing line
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed May 13, 2024
1 parent 9b4ba4b commit a092f56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unix/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Get the git sources. If not cached, this takes O(5 minutes).
WORKDIR /git
RUN git config --global advice.detachedHead false

# Linux Kernel: Released 12 May 2024
RUN git clone --branch v6.9 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
# GNU C library: Released 31 Jan 2024
Expand Down

0 comments on commit a092f56

Please sign in to comment.