Skip to content

Commit 3aa63da

Browse files
author
Matthew Fisher
committed
ref(builder): stop cheating ;)
1 parent e11659b commit 3aa63da

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

builder/rootfs/bin/boot

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ if [[ "$fstype" == "overlay" ]]; then
6060
DRIVER_OVERRIDE="--storage-driver=overlay"
6161
fi
6262

63-
# cheat
64-
cp /app/bin/apparmor_parser /sbin/apparmor_parser
65-
cp /app/bin/auplink /sbin/auplink
66-
6763
# spawn a docker daemon to run builds
6864
docker -d --bip=172.19.42.1/16 $DRIVER_OVERRIDE --insecure-registry 10.0.0.0/8 --insecure-registry 172.16.0.0/12 --insecure-registry 192.168.0.0/16 --insecure-registry 100.64.0.0/10 &
6965
DOCKER_PID=$!
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
#!/bin/bash
2-
exit 0;
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
#!/bin/bash
2-
exit 0;

0 commit comments

Comments
 (0)