Skip to content

Commit dfa6731

Browse files
committed
Update to php 8.2
1 parent 7072fdb commit dfa6731

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 install software-properties-common
11+
RUN apt update && apt install software-properties-common
1212
RUN add-apt-repository ppa:ondrej/php
1313
RUN apt update
1414
# Install software

0 commit comments

Comments
 (0)