Skip to content

Commit

Permalink
remove unnecessary packages, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Mar 6, 2024
1 parent 53040bb commit 34a68a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ RUN \
ncurses \
php83-ldap \
php83-sqlite3 \
py3-requests \
py3-urllib3 \
py3-xxhash \
python3 && \
echo "**** configure php-fpm to pass env vars ****" && \
sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php83/php-fpm.d/www.conf && \
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ RUN \
ncurses \
php83-ldap \
php83-sqlite3 \
py3-requests \
py3-urllib3 \
py3-xxhash \
python3 && \
echo "**** configure php-fpm to pass env vars ****" && \
sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php83/php-fpm.d/www.conf && \
Expand Down
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}
- { date: "06.03.24:", desc: "Rebase to Alpine 3.19 with php 8.3."}
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
- { date: "13.04.23:", desc: "Move ssl.conf include to default.conf." }
- { date: "02.03.23:", desc: "Set permissions on crontabs during init." }
Expand Down

0 comments on commit 34a68a2

Please sign in to comment.