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 dfa6731 commit 0418440Copy full SHA for 0418440
Dockerfile
@@ -8,7 +8,7 @@ ENV SCRIPT_ROOT=/opt/tt-rss
8
VOLUME /var/www/html
9
VOLUME ${SCRIPT_ROOT}/config.d
10
11
-RUN apt update && apt install software-properties-common
+RUN apt update && apt install software-properties-common -y
12
RUN add-apt-repository ppa:ondrej/php
13
RUN apt update
14
# Install software
0 commit comments