We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker run -it alpine /bin/sh
apk update apk add bash build-base curl file git gzip libc6-compat ncurses ruby ruby-dbm ruby-etc ruby-irb ruby-json sudo
adduser -D -s /bin/bash linuxbrew echo 'linuxbrew ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers su -l linuxbrew
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" PATH=$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin:$PATH
brew update brew doctor