mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-19 04:07:34 +00:00
Dockerfile: add kvmtool and linux-container for clr execdriver
This patch adds the needed pkgs to docker/docker development Dockerfile in order to test the clr execdriver in the development container. Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
committed by
James Hunt
parent
a34a1d598c
commit
556ea285db
@@ -62,6 +62,12 @@ RUN apt-get update && apt-get install -y \
|
||||
libzfs-dev \
|
||||
--no-install-recommends
|
||||
|
||||
# clr
|
||||
RUN echo deb http://download.opensuse.org/repositories/home:/clearlinux:/preview/xUbuntu_15.04/ / > /etc/apt/sources.list.d/clear-containers-docker.list
|
||||
RUN apt-get --allow-unauthenticated update && apt-get install -y --force-yes \
|
||||
kvmtool\
|
||||
linux-container
|
||||
|
||||
# Get lvm2 source for compiling statically
|
||||
RUN git clone -b v2_02_103 https://git.fedorahosted.org/git/lvm2.git /usr/local/lvm2
|
||||
# see https://git.fedorahosted.org/cgit/lvm2.git/refs/tags for release tags
|
||||
|
||||
Reference in New Issue
Block a user