Skip to content

Commit

Permalink
Moved php-sodium extension to alpine-php-webserver base image
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 18, 2024
1 parent c6fec69 commit ee23a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY --chown=nobody rootfs/ /

# crond needs root, so install dcron and cap package and set the capabilities
# on dcron binary https://github.com/inter169/systs/blob/master/alpine/crond/README.md
RUN apk add --no-cache dcron libcap php82-sodium php82-exif php82-pecl-redis php82-pecl-igbinary php82-ldap && \
RUN apk add --no-cache dcron libcap php82-exif php82-pecl-redis php82-pecl-igbinary php82-ldap && \
chown nobody:nobody /usr/sbin/crond && \
setcap cap_setgid=ep /usr/sbin/crond

Expand Down

0 comments on commit ee23a62

Please sign in to comment.