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

Docker build libssl error #1556

Closed
francardoso93 opened this issue Aug 28, 2023 · 1 comment · Fixed by #1557
Closed

Docker build libssl error #1556

francardoso93 opened this issue Aug 28, 2023 · 1 comment · Fixed by #1557

Comments

@francardoso93
Copy link

 > [base  3/10] RUN curl http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb -o libssl1.1.deb     && dpkg -i libssl1.1.deb     && curl http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1-1ubuntu2.1~18.04.21_amd64.deb -o libssl-dev1.1.deb     && dpkg -i libssl-dev1.1.deb:
0.261   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
0.261                                  Dload  Upload   Total   Spent    Left  Speed
100   281  100   281    0     0    683      0 --:--:-- --:--:-- --:--:--   682
0.694 dpkg-deb: error: 'libssl1.1.deb' is not a Debian format archive
0.695 dpkg: error processing archive libssl1.1.deb (--install):
0.695  dpkg-deb --control subprocess returned error exit status 2
0.704 Errors were encountered while processing:
0.704  libssl1.1.deb
@genaris genaris linked a pull request Aug 28, 2023 that will close this issue
@genaris
Copy link
Contributor

genaris commented Aug 28, 2023

@francardoso93 thanks for pointing this out. #1557 should fix it. Keep in mind that currently Docker image only works for AMD64 architecture, so if you have an M1-based Mac you'll need to run it in x86 mode. Hopefully we'll get rid of these issues as soon as we officially deprecate Indy SDK.

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