Skip to content

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

Open
@Jun711

Description

@Jun711

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions