Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acrescentando IRPF 2023 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andresmrm
Copy link

Oi! Adicionando IRPF desse ano.

Fiz duas modificações no padrão dos arquivos do ano anterior:

  • _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on' ajudou a melhorar as fontes das letras aqui.
  • chmod 1777 /tmp foi necessário para o apt funcionar na imagem Debian, não sei por quê.

@lucasrcezimbra
Copy link
Contributor

Puxei pro meu repositório e tá funcionando.

Obrigado!

Eu só removi o chmod por que mim está funcionando normalmente sem.

Comment on lines +3 to +4
RUN chmod 1777 /tmp \
&& apt-get update \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RUN chmod 1777 /tmp \
&& apt-get update \
RUN apt-get update \

&& apt-get install -o APT::Immediate-Configure=0 -y --no-install-recommends libgtk2.0-0 libcanberra-gtk-module libxext-dev libxrender-dev libxtst-dev \
&& rm -rf /var/lib/apt/lists/*

RUN wget https://downloadirpf.receita.fazenda.gov.br/irpf/2023/irpf/arquivos/IRPF2023-1.1.zip -O IRPF2023.zip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RUN wget https://downloadirpf.receita.fazenda.gov.br/irpf/2023/irpf/arquivos/IRPF2023-1.1.zip -O IRPF2023.zip
RUN wget https://downloadirpf.receita.fazenda.gov.br/irpf/2023/irpf/arquivos/IRPF2023-1.3.zip -O IRPF2023.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants