Fix git pager (needs less, not cat, for expected behaviour). (#3085)
This commit is contained in:
parent
d5ddc1359e
commit
0a923b27d2
@ -52,6 +52,7 @@ RUN apt-get update && \
|
||||
gdb-multiarch \
|
||||
git \
|
||||
gnupg \
|
||||
less \
|
||||
libc6-dev:i386 \
|
||||
libclang-dev \
|
||||
libgcc-12-dev:i386 \
|
||||
@ -72,8 +73,6 @@ RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
clang-format-${LLVM_VERSION}
|
||||
|
||||
RUN git config --global core.pager cat
|
||||
|
||||
# Install a modern version of QEMU
|
||||
WORKDIR /root
|
||||
ENV QEMU_VER=9.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user