aws-samples / aws-codebuild-samples

Utilities and samples for building on CodeBuild
Apache License 2.0
235 stars 428 forks source link

Is there a way to cache apt-get installs? #7

Closed dashmug closed 5 years ago

dashmug commented 5 years ago

It would be nice if CodeBuild can. Most of the time, OS package installation takes a long time.

subinataws commented 5 years ago

@dashmug - There is no native support for that. It is likely easier to use a custom Docker image with the packages that you need pre-installed on them.

dashmug commented 5 years ago

Right. That's what I'm currently doing. Thanks.

diegocarrillo commented 4 years ago

is there still no option to caché the update of codebuild images?