Skip to content

Dockerfile updated for base image preperation

Rohan requested to merge build_time_optimise into develop
  • Splitted install dep and build in two step (for base image build)

  • Added new build arg --build-arg BASE_IMAGE since same dockerfile can be used for ubuntu:20.04 build
    e.g. --build-arg BASE_IMAGE=ubuntu:20.04
    Default BASE_IMAGE=ubuntu:18.04
Edited by Rohan

Merge request reports