Adding apt-get update && apt-get install redis-server
to the run commands gives me a permissions error.
How can I add packages to my app please? (note, sudo also fails)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I bet it’d work out if you add a Dockerfile to the root of your repo that installs the redis-server package
I need this as well for installing dependencies such as imagemagick