Skip to content

Commit 0d9d5b9

Browse files
committed
Update to php 8.2
1 parent dfa3866 commit 0d9d5b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ENV SCRIPT_ROOT=/opt/tt-rss
88
VOLUME /var/www/html
99
VOLUME ${SCRIPT_ROOT}/config.d
1010

11+
RUN add-apt-repository ppa:ondrej/php
12+
RUN apt update
1113
# Install software
1214
RUN apt-get -qq update -y && apt-get -qq upgrade -y && apt-get -qq install git curl sudo -y
1315
RUN apt-get -qq install nginx-core -y

0 commit comments

Comments
 (0)