And here is my modified DockerFile per @i11 quick recommendation (which did get me past the original Unable to locate package conda error: ARG IMAGE_TYPE=extras ARG BASE_IMAGE=ubuntu:22.04 # extras or core FROM ${BASE_IMAGE} as requirements-core ARG GO_VERSION=1.21.7 ARG BUILD_TYPE ARG...