Actually install extras from nodepool_base
We added two packages to extras so that they'd end up in the container images, but we never told anything to install them. It became clear that that's confusing, so we added an api to python-builder to allow specifying a list of extras to install. Depends-On: https://review.opendev.org/722125 Change-Id: I27e10822744863560febcdad8bab9a4f3cf8fc8e
This commit is contained in:
parent
cbdf37450c
commit
ed75d0536b
@ -24,7 +24,7 @@ FROM docker.io/opendevorg/python-base:3.7 as nodepool-base
|
||||
# ============================================================================
|
||||
|
||||
COPY --from=builder /output/ /output
|
||||
RUN /output/install-from-bindep
|
||||
RUN /output/install-from-bindep nodepool_base
|
||||
|
||||
RUN useradd -u 10001 -m -d /var/lib/nodepool -c "Nodepool Daemon" nodepool
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user