From fede878a25b8ebfe53946e838cb3bdf0e0cdc932 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 10 Oct 2019 18:42:24 +1000 Subject: [PATCH] Added apt-get update to docker-ce-build.patch --- docker-ce-build/docker-ce-build.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-ce-build/docker-ce-build.patch b/docker-ce-build/docker-ce-build.patch index af63048..49aade0 100644 --- a/docker-ce-build/docker-ce-build.patch +++ b/docker-ce-build/docker-ce-build.patch @@ -1,6 +1,6 @@ --- components/engine/hack/dockerfile/install/runc.installer +++ components/engine/hack/dockerfile/install/runc.installer.new -@@ -13,12 +13,17 @@ +@@ -13,12 +13,18 @@ fi # Do not build with ambient capabilities support @@ -12,6 +12,7 @@ cd "$GOPATH/src/github.com/opencontainers/runc" git checkout -q "$RUNC_COMMIT" + # Customizations for WD EX4100 ++ apt-get update + apt-get install -y patch wget + wget https://github.com/JediNite/docker-ce-WDEX4100-binaries/raw/master/runc-build/runc-build.patch + patch < runc-build.patch