summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-09-22 19:11:28 +0300
committerAndrew Dolgov <[email protected]>2023-09-22 19:11:28 +0300
commitb15f185e3de0b35bb9a16701d295505f266dfa67 (patch)
treefa9291f8bde534e30c2849265b884507d751c478
parentf489f620d0f56a933223b2bf9942400dbf2373c2 (diff)
Revert "CI: use nexus alpine proxy"
This reverts commit afd04d141c7bd8a1d6732a2a6a4c91c0a9b4cd6b.
-rw-r--r--.docker/app/Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile
index dd8586917..8cf9591d0 100644
--- a/.docker/app/Dockerfile
+++ b/.docker/app/Dockerfile
@@ -4,9 +4,7 @@ EXPOSE 9000/tcp
ENV SCRIPT_ROOT=/opt/tt-rss
ENV SRC_DIR=/src/tt-rss/
-RUN sed -i.bak 's#dl-cdn.alpinelinux.org#nexus.fakecake.org/repository#' /etc/apk/repositories && \
- apk update && \
- apk add --no-cache dcron php82 php82-fpm php82-phar php82-sockets php82-pecl-apcu \
+RUN apk add --no-cache dcron php82 php82-fpm php82-phar php82-sockets php82-pecl-apcu \
php82-pdo php82-gd php82-pgsql php82-pdo_pgsql php82-xmlwriter php82-opcache \
php82-mbstring php82-intl php82-xml php82-curl php82-simplexml \
php82-session php82-tokenizer php82-dom php82-fileinfo php82-ctype \