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

Dockerfile #321

Open
gabrieligbastos opened this issue Mar 7, 2023 · 1 comment · May be fixed by #331
Open

Dockerfile #321

gabrieligbastos opened this issue Mar 7, 2023 · 1 comment · May be fixed by #331

Comments

@gabrieligbastos
Copy link

Alguém com um dockerfile de um setup que funcione?

Tentando instalar aqui, já deu erro no suds, no xmlsec, já consertei uns 4-5 e não para de aparecer erros...

@leandroguimaraes
Copy link

Resolvi todos os erros assim:

RUN apt-get install -y pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl build-essential libpython3-dev
RUN pip3 install pyOpenSSL==23.1.1 --force-reinstall
RUN pip3 install cryptography==38.0.4 --force-reinstall
RUN pip3 install signxml
RUN git clone https://github.com/danimaribeiro/PyTrustNFe && pip3 install ./PyTrustNFe

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

Successfully merging a pull request may close this issue.

2 participants