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 7072fdb commit dfa6731Copy full SHA for dfa6731
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 install software-properties-common
+RUN apt update && apt install software-properties-common
12
RUN add-apt-repository ppa:ondrej/php
13
RUN apt update
14
# Install software
0 commit comments