We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that the dependencies listed in README aren't enough if the base image is Ubuntu. Besides python, it seems to need libtool, autoconf etc.
FROM ubuntu:20.04 as build-image # Install aws-lambda-cpp build dependencies RUN apt-get update && \ apt-get install -y \ g++ \ make \ cmake \ unzip \ libcurl4-openssl-dev
The text was updated successfully, but these errors were encountered:
This combination appears to work. I don't know if any are redundant , though.
- autoconf - automake - cmake - g++ - libcurl4-openssl-dev - libgsasl7-dev - libidn2-dev - libldap2-dev - libpsl-dev - libssl-dev - libtool - make - python3-dev - zlib1g-dev
Sorry, something went wrong.
@Jun711 did that work for you? Wondering if this issue can be closed.
No branches or pull requests
It seems that the dependencies listed in README aren't enough if the base image is Ubuntu. Besides python, it seems to need libtool, autoconf etc.
The text was updated successfully, but these errors were encountered: