Skip to content

Commit 0418440

Browse files
committed
Fix force install
1 parent dfa6731 commit 0418440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV SCRIPT_ROOT=/opt/tt-rss
88
VOLUME /var/www/html
99
VOLUME ${SCRIPT_ROOT}/config.d
1010

11-
RUN apt update && apt install software-properties-common
11+
RUN apt update && apt install software-properties-common -y
1212
RUN add-apt-repository ppa:ondrej/php
1313
RUN apt update
1414
# Install software

0 commit comments

Comments
 (0)