Update build system to match libnvidia-container

Signed-off-by: Kevin Klues <kklues@nvidia.com>
This commit is contained in:
Kevin Klues
2020-05-14 19:27:34 +00:00
parent f7a19bb301
commit 3353d7530c
7 changed files with 141 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
ARG VERSION_ID
FROM centos:${VERSION_ID}
ARG BASEIMAGE
FROM ${BASEIMAGE}
RUN yum install -y \
ca-certificates \