This repository was archived by the owner on Jan 27, 2025. It is now read-only.
Commit df382b2 1 parent 886cab9 commit df382b2 Copy full SHA for df382b2
File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,12 @@ name="phh-treble-$suffix"
34
34
35
35
echo " Running build on $name "
36
36
37
- docker run --name " $name " --rm -d ubuntu:18.04 sleep infinity
37
+ docker run --privileged -- name " $name " --rm -d ubuntu:18.04 sleep infinity
38
38
39
39
docker exec " $name " echo " Good morning, now building"
40
+
41
+ run_script ' for i in $(seq 0 24);do mknod /dev/loop$i b 7 $i;done'
42
+
40
43
run_script ' export DEBIAN_FRONTEND=noninteractive && dpkg --add-architecture i386 && \
41
44
apt-get update && \
42
45
(yes "" | apt-get install -y -o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" \
@@ -67,7 +70,13 @@ run_script 'export DEBIAN_FRONTEND=noninteractive && dpkg --add-architecture i38
67
70
python-pip \
68
71
python3-pip \
69
72
git \
70
- wget )'
73
+ wget \
74
+ )'
75
+
76
+ run_script '
77
+ wget http://fr.archive.ubuntu.com/ubuntu/pool/main/p/python-xattr/python3-xattr_0.9.6-1.1_amd64.deb http://fr.archive.ubuntu.com/ubuntu/pool/universe/p/python-xattr/xattr_0.9.6-1.1_amd64.deb && \
78
+ dpkg -i xattr_0.9.6-1.1_amd64.deb python3-xattr_0.9.6-1.1_amd64.deb
79
+ '
71
80
72
81
run_script '
73
82
git config --global user.name "Pierre-Hugues Husson" && \
You can’t perform that action at this time.
0 commit comments