add ripgrep

This commit is contained in:
Adeeb Shihadeh
2021-11-23 23:20:27 -08:00
parent 1fef610c7f
commit 475a940d75
2 changed files with 10 additions and 0 deletions

View File

@@ -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
View 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