cachewerk/linux-repos

`apt-add-repository` is deprecated

Closed this issue · 1 comments

We need to list an alternative way to add keys, or dig into how to do it in 2023.

RUN wget -q "https://repos.r2.relay.so/key.gpg" -O- | apt-key add -
RUN echo "deb https://repos.r2.relay.so/deb $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list
RUN apt-get update
RUN apt-get install -y php8.1-relay

If this comes up again, we can update the docs or instructions.