Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing grep and awk dependencies for pacman #333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 29, 2019

  1. Add missing grep and awk dependencies for pacman

    The default Arch Docker image doesn't have these installed.
    
    Reproduction:
    
    FROM archlinux/base
    
    RUN pacman -Syu --noconfirm sudo make && \
        curl -Lo ruby-install-master.tar.gz https://github.com/postmodern/ruby-install/archive/master.tar.gz && \
        tar -xzvf ruby-install-master.tar.gz && \
        cd ruby-install-master && \
        make install && \
        pacman -Syu --noconfirm grep awk && \
        yes | ruby-install ruby
    alyssais committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    22aeccb View commit details
    Browse the repository at this point in the history