generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Not planned
Labels
enhancementNew feature or requestNew feature or request
Description
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}"
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity