Skip to content

Commit

Permalink
chore: adicionar extensão para módulo de assinatura avançada
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed Dec 30, 2024
1 parent 59962a9 commit 907d836
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ RUN mkdir -p /var/log/sei && mkdir -p /var/log/sip
RUN apk add --no-cache \
bash curl;

# Suporte para módulo de assinatura avançada
RUN apk add --no-cache \
php82-tokenizer php82-xmlwriter;

COPY assets/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh ; ln -s /usr/bin/php82 /usr/bin/php

Expand Down

0 comments on commit 907d836

Please sign in to comment.