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 dfa3866 commit 0d9d5b9Copy full SHA for 0d9d5b9
Dockerfile
@@ -8,6 +8,8 @@ ENV SCRIPT_ROOT=/opt/tt-rss
8
VOLUME /var/www/html
9
VOLUME ${SCRIPT_ROOT}/config.d
10
11
+RUN add-apt-repository ppa:ondrej/php
12
+RUN apt update
13
# Install software
14
RUN apt-get -qq update -y && apt-get -qq upgrade -y && apt-get -qq install git curl sudo -y
15
RUN apt-get -qq install nginx-core -y
0 commit comments