Skip to content

Use single RUN layer for OS Package installation #4

@michimussato

Description

@michimussato

Currently, Dockerfiles contain multiple layers of single

RUN apt-get install pkg1
RUN apt-get install pkg2

instructions for each package that gets installed.

Using a single layer is probably beneficial (faster):

RUN apt-get install pkg1 pkg2 pkg3

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions