Skip to content

Commit

Permalink
Added apt-get update to docker-ce-build.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JediNite committed Oct 10, 2019
1 parent cdc4993 commit fede878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-ce-build/docker-ce-build.patch
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit fede878

Please sign in to comment.