Skip to content

Commit

Permalink
forgot php-intl
Browse files Browse the repository at this point in the history
  • Loading branch information
si458 authored May 8, 2024
1 parent 03571c8 commit d669ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN chmod a+x /run.sh /checkfile.sh && apt-get update && apt-get dist-upgrade -y
php8.1-xml \
php8.1-ldap \
php8.1-imap \
php8.1-intl \
php8.1-soap \
php8.1-mbstring \
php8.1-memcached \
Expand All @@ -37,4 +38,4 @@ RUN chmod a+x /run.sh /checkfile.sh && apt-get update && apt-get dist-upgrade -y
echo "<?php define(\"ZPUSH_VERSION\", \"${ZPUSH_VERSION}\");" > /usr/share/z-push/version.php
VOLUME /var/log/z-push /var/lib/z-push /config
EXPOSE 80
CMD /run.sh
CMD /run.sh

0 comments on commit d669ba7

Please sign in to comment.