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
from

Conversation

@alyssais
Copy link

@alyssais alyssais commented Jan 29, 2019

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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.