Install libapparmor1 in kubekins-test image

This commit is contained in:
Jeff Grafton
2015-11-13 17:11:54 -08:00
parent c377b32b3f
commit 896d04d5f3
3 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,8 @@ ENV TERM xterm
WORKDIR /workspace
RUN apt-get -o Acquire::Check-Valid-Until=false update && apt-get install -y rsync
RUN apt-get install -y file
# libapparmor1 is needed for docker-in-docker.
RUN apt-get install -y file libapparmor1
RUN mkdir -p /go/src/k8s.io/kubernetes
RUN ln -s /go/src/k8s.io/kubernetes /workspace/kubernetes

View File

@@ -1,6 +1,6 @@
all: push
TAG = 0.2
TAG = 0.3
container:
docker build -t gcr.io/google_containers/kubekins-test .