Skip to content

Commit 0a923b2

Browse files
authored
Fix git pager (needs less, not cat, for expected behaviour). (#3085)
1 parent d5ddc13 commit 0a923b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RUN apt-get update && \
5252
gdb-multiarch \
5353
git \
5454
gnupg \
55+
less \
5556
libc6-dev:i386 \
5657
libclang-dev \
5758
libgcc-12-dev:i386 \
@@ -72,8 +73,6 @@ RUN apt-get update && \
7273
apt-get install -y \
7374
clang-format-${LLVM_VERSION}
7475

75-
RUN git config --global core.pager cat
76-
7776
# Install a modern version of QEMU
7877
WORKDIR /root
7978
ENV QEMU_VER=9.2.1

0 commit comments

Comments
 (0)