Skip to content

Instantly share code, notes, and snippets.

@uurtech
Created May 9, 2022 18:25
Show Gist options
  • Save uurtech/12ec941322138a7cea39837a08687429 to your computer and use it in GitHub Desktop.
Save uurtech/12ec941322138a7cea39837a08687429 to your computer and use it in GitHub Desktop.
Redis-cli-Dockerfile
FROM ubuntu
RUN apt update
RUN apt install software-properties-common -y
RUN apt install -y redis-tools
ENTRYPOINT [ "tail", "-f", "/dev/null" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment