File tree Expand file tree Collapse file tree 5 files changed +13
-2
lines changed
root/etc/s6-overlay/s6-rc.d Expand file tree Collapse file tree 5 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1515 grep -qxF 'clear_env = no' /etc/php82/php-fpm.d/www.conf || echo 'clear_env = no' >> /etc/php82/php-fpm.d/www.conf && \
1616 echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php82/php-fpm.conf
1717
18- # install sqlite3
19- RUN apk add --no-cache php82-sqlite3
18+ RUN apk update && \
19+ apk upgrade && \
20+ apk --no-cache add \
21+ # Database
22+ php82-sqlite3 \
23+ # Memcache
24+ memcached \
25+ php83-pecl-memcached
2026
2127# healthchecks
2228HEALTHCHECK --interval=60s --timeout=30s --start-period=180s --start-interval=10s --retries=5 \
Original file line number Diff line number Diff line change 1+ #!/usr/bin/with-contenv bash
2+ # shellcheck shell=bash
3+
4+ exec memcached -u abc
Original file line number Diff line number Diff line change 1+ longrun
You can’t perform that action at this time.
0 commit comments