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:
Monty Taylor 2020-04-22 15:01:30 -05:00
parent cbdf37450c
commit ed75d0536b
1 changed files with 1 additions and 1 deletions

View File

@ -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