We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9d5b9 commit 7072fdbCopy full SHA for 7072fdb
Dockerfile
@@ -8,6 +8,7 @@ ENV SCRIPT_ROOT=/opt/tt-rss
8
VOLUME /var/www/html
9
VOLUME ${SCRIPT_ROOT}/config.d
10
11
+RUN apt install software-properties-common
12
RUN add-apt-repository ppa:ondrej/php
13
RUN apt update
14
# Install software
0 commit comments