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

What are the dependencies needed for Ubuntu base image? #68

Open
Jun711 opened this issue Feb 11, 2022 · 2 comments
Open

What are the dependencies needed for Ubuntu base image? #68

Jun711 opened this issue Feb 11, 2022 · 2 comments

Comments

@Jun711
Copy link

Jun711 commented Feb 11, 2022

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
@nicdoye
Copy link

nicdoye commented Mar 15, 2022

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

@JonZeolla
Copy link

@Jun711 did that work for you? Wondering if this issue can be closed.

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

No branches or pull requests

3 participants