We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pulling some possibly relevant code from an old project:
# Install redis-cli the hard way RUN cd /tmp && \ wget -O redis.tar.gz "https://download.redis.io/releases/redis-${REDIS_VERSION}.tar.gz" && \ tar -xvzf redis.tar.gz && \ make -C "redis-${REDIS_VERSION}" install redis-cli /usr/local/bin && \ rm -rf redis.tar.gz "redis-${REDIS_VERSION}"
The text was updated successfully, but these errors were encountered:
jgarber623-cargosense
No branches or pull requests
Pulling some possibly relevant code from an old project:
The text was updated successfully, but these errors were encountered: