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 df2b8ce commit f5778b5
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 @@ -74,6 +74,10 @@ RUN mkdir -p /var/log/sei && mkdir -p /var/log/sip
RUN apk add --no-cache \
curl bash;

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

COPY assets/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

Expand Down

0 comments on commit f5778b5

Please sign in to comment.