mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-07 07:13:53 +08:00
add ripgrep
This commit is contained in:
@@ -91,6 +91,10 @@ RUN export PATH="/usr/local/pyenv/bin:/usr/local/pyenv/shims:$PATH" && \
|
||||
pip uninstall -y pipenv && \
|
||||
pyenv rehash
|
||||
|
||||
# Install nice to haves
|
||||
COPY ./userspace/install_extras.sh /tmp/agnos/
|
||||
RUN /tmp/agnos/install_extras.sh
|
||||
|
||||
# 16.04 libwayland-client + libffi6
|
||||
COPY ./userspace/qtwayland/libffi.so.6 /lib/aarch64-linux-gnu/
|
||||
COPY ./userspace/qtwayland/libwayland-client.so.0 /lib/aarch64-linux-gnu/libwayland-client.so.0
|
||||
|
||||
6
userspace/install_extras.sh
Executable file
6
userspace/install_extras.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# for all the non-essential nice to haves
|
||||
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
ripgrep
|
||||
Reference in New Issue
Block a user