sandboxbox 1.2.1 β 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +80 -24
- package/Dockerfile.test +16 -0
- package/bin/bwrap +0 -0
- package/build-final.log +2217 -0
- package/build-output.log +289 -0
- package/cli.js +4 -2
- package/complete-build.log +231 -0
- package/container.js +264 -25
- package/final-build.log +268 -0
- package/final-complete-build.log +240 -0
- package/full-build.log +234 -0
- package/init-firewall.sh +36 -0
- package/npm-build-test.log +410 -0
- package/package.json +1 -1
- package/sandboxbox-sandbox/build.sh +83 -0
package/build-output.log
ADDED
@@ -0,0 +1,289 @@
|
|
1
|
+
[36mπ¦ SandboxBox - Zero-Privilege Container Runner[0m
|
2
|
+
[36mβββββββββββββββββββββββββββββββββββββββββββββββββββββ[0m
|
3
|
+
|
4
|
+
[34mποΈ Building container...[0m
|
5
|
+
β
Using bundled bubblewrap
|
6
|
+
[32mβ
Bubblewrap found: bubblewrap 0.9.0[0m
|
7
|
+
[33mβ οΈ User namespaces not available[0m
|
8
|
+
[33m Try: sudo sysctl kernel.unprivileged_userns_clone=1[0m
|
9
|
+
[33m Or: echo 1 | sudo tee /proc/sys/kernel/unprivileged_userns_clone[0m
|
10
|
+
β
Using bundled bubblewrap
|
11
|
+
π³ Building container with bubblewrap isolation...
|
12
|
+
|
13
|
+
π¦ FROM node:20
|
14
|
+
β οΈ Unknown base image type
|
15
|
+
|
16
|
+
ποΈ ARG TZ
|
17
|
+
|
18
|
+
π§ ENV TZ="$TZ"
|
19
|
+
|
20
|
+
ποΈ ARG CLAUDE_CODE_VERSION=latest
|
21
|
+
|
22
|
+
βοΈ RUN apt-get update && apt-get install -y --no-install-recommends less gi...
|
23
|
+
βοΈ RUN mkdir -p /usr/local/share/npm-global && chown -R node:node /usr/local...
|
24
|
+
ποΈ ARG USERNAME=node
|
25
|
+
|
26
|
+
βοΈ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/comman...
|
27
|
+
π§ ENV DEVCONTAINER=true
|
28
|
+
|
29
|
+
βοΈ RUN mkdir -p /workspace /home/node/.claude && chown -R node:node /workspa...
|
30
|
+
π WORKDIR workspace
|
31
|
+
|
32
|
+
ποΈ ARG GIT_DELTA_VERSION=0.18.2
|
33
|
+
|
34
|
+
βοΈ RUN ARCH=$(dpkg --print-architecture) && wget "https://github.com/dandavi...
|
35
|
+
π€ USER node
|
36
|
+
|
37
|
+
π§ ENV NPM_CONFIG_PREFIX=/usr/local/share/npm-global
|
38
|
+
|
39
|
+
π§ ENV PATH=$PATH:/usr/local/share/npm-global/bin
|
40
|
+
|
41
|
+
π§ ENV SHELL=/bin/zsh
|
42
|
+
|
43
|
+
π§ ENV EDITOR=nano
|
44
|
+
|
45
|
+
π§ ENV VISUAL=nano
|
46
|
+
|
47
|
+
ποΈ ARG ZSH_IN_DOCKER_VERSION=1.2.0
|
48
|
+
|
49
|
+
βοΈ RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/dow...
|
50
|
+
βοΈ RUN npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION}
|
51
|
+
βοΈ RUN npx --yes playwright install-deps
|
52
|
+
βοΈ RUN npm i -g @playwright/mcp
|
53
|
+
π COPY init-firewall.sh /usr/local/bin/
|
54
|
+
β οΈ COPY/ADD commands must be run in project directory
|
55
|
+
|
56
|
+
π€ USER root
|
57
|
+
|
58
|
+
βοΈ RUN chmod +x /usr/local/bin/init-firewall.sh && echo "node ALL=(root) NOP...
|
59
|
+
π€ USER node
|
60
|
+
|
61
|
+
π Creating build script...
|
62
|
+
|
63
|
+
β
Build script created: sandboxbox-sandbox/build.sh
|
64
|
+
|
65
|
+
π Executing build commands...
|
66
|
+
|
67
|
+
β οΈ Note: Commands will run on host system (Docker-free mode)
|
68
|
+
|
69
|
+
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
70
|
+
|
71
|
+
|
72
|
+
π [1/10] apt-get update && apt-get install -y --no-install-recommends less git procps ...
|
73
|
+
π Running with sudo (requires root privileges)
|
74
|
+
Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
|
75
|
+
Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
|
76
|
+
Get:3 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
|
77
|
+
Get:4 http://ports.ubuntu.com/ubuntu-ports noble/multiverse Sources [355 kB]
|
78
|
+
Get:5 http://ports.ubuntu.com/ubuntu-ports noble/restricted Sources [21.8 kB]
|
79
|
+
Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe Sources [24.3 MB]
|
80
|
+
Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main Sources [1,713 kB]
|
81
|
+
Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 Packages [19.0 MB]
|
82
|
+
Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 Packages [1,776 kB]
|
83
|
+
Get:10 http://ports.ubuntu.com/ubuntu-ports noble/multiverse arm64 Packages [274 kB]
|
84
|
+
Get:11 http://ports.ubuntu.com/ubuntu-ports noble/restricted arm64 Packages [113 kB]
|
85
|
+
Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Sources [70.8 kB]
|
86
|
+
Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Sources [28.1 kB]
|
87
|
+
Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Sources [633 kB]
|
88
|
+
Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Sources [583 kB]
|
89
|
+
Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1,969 kB]
|
90
|
+
Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1,849 kB]
|
91
|
+
Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [36.9 kB]
|
92
|
+
Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [3,560 kB]
|
93
|
+
Get:20 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Sources [64.7 kB]
|
94
|
+
Get:21 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Sources [21.3 kB]
|
95
|
+
Get:22 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Sources [408 kB]
|
96
|
+
Get:23 http://ports.ubuntu.com/ubuntu-ports noble-security/main Sources [253 kB]
|
97
|
+
Get:24 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [1,122 kB]
|
98
|
+
Get:25 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [3,435 kB]
|
99
|
+
Get:26 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [35.8 kB]
|
100
|
+
Get:27 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1,624 kB]
|
101
|
+
Fetched 63.8 MB in 11s (5,741 kB/s)
|
102
|
+
Reading package lists...
|
103
|
+
Reading package lists...
|
104
|
+
Building dependency tree...
|
105
|
+
Reading state information...
|
106
|
+
less is already the newest version (590-2ubuntu2.1).
|
107
|
+
git is already the newest version (1:2.43.0-1ubuntu7.3).
|
108
|
+
procps is already the newest version (2:4.0.4-4ubuntu3.2).
|
109
|
+
sudo is already the newest version (1.9.15p5-3ubuntu5.24.04.1).
|
110
|
+
fzf is already the newest version (0.44.1-1ubuntu0.3).
|
111
|
+
zsh is already the newest version (5.9-6ubuntu2).
|
112
|
+
man-db is already the newest version (2.12.0-4build2).
|
113
|
+
unzip is already the newest version (6.0-28ubuntu4.1).
|
114
|
+
gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
|
115
|
+
gh is already the newest version (2.45.0-1ubuntu0.3).
|
116
|
+
iptables is already the newest version (1.8.10-3ubuntu2).
|
117
|
+
ipset is already the newest version (7.19-1ubuntu2).
|
118
|
+
iproute2 is already the newest version (6.1.0-1ubuntu6.2).
|
119
|
+
dnsutils is already the newest version (1:9.18.39-0ubuntu0.24.04.1).
|
120
|
+
aggregate is already the newest version (1.6-7build1).
|
121
|
+
jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
|
122
|
+
nano is already the newest version (7.2-2ubuntu0.1).
|
123
|
+
vim is already the newest version (2:9.1.0016-1ubuntu7.9).
|
124
|
+
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
|
125
|
+
β
Command 1 completed successfully
|
126
|
+
|
127
|
+
π [2/10] mkdir -p /usr/local/share/npm-global && chown -R node:node /usr/local/share
|
128
|
+
π Running with sudo (requires root privileges)
|
129
|
+
β
Command 2 completed successfully
|
130
|
+
|
131
|
+
π [3/10] SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/....
|
132
|
+
π Running with sudo (requires root privileges)
|
133
|
+
β
Command 3 completed successfully
|
134
|
+
|
135
|
+
π [4/10] mkdir -p /workspace /home/node/.claude && chown -R node:node /workspace /home/n...
|
136
|
+
π Running with sudo (requires root privileges)
|
137
|
+
β
Command 4 completed successfully
|
138
|
+
|
139
|
+
π [5/10] ARCH=$(dpkg --print-architecture) && wget "https://github.com/dandavison/delta/...
|
140
|
+
--2025-10-09 18:45:41-- https://github.com/dandavison/delta/releases/download/0.18.2/git-delta_0.18.2_arm64.deb
|
141
|
+
Resolving github.com (github.com)... 20.87.245.0
|
142
|
+
Connecting to github.com (github.com)|20.87.245.0|:443... connected.
|
143
|
+
HTTP request sent, awaiting response... 302 Found
|
144
|
+
Location: https://release-assets.githubusercontent.com/github-production-release-asset/193526915/efd1d245-1d1e-4f19-ac99-0518bf31266d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A44%3A49Z&rscd=attachment%3B+filename%3Dgit-delta_0.18.2_arm64.deb&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A44%3A44Z&ske=2025-10-09T19%3A44%3A49Z&sks=b&skv=2018-11-09&sig=fk3t1rTwa3HVK2rex5R%2BU5wEMwhShh91mN3qFiWp5XE%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTg0MSwibmJmIjoxNzYwMDM1NTQxLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.ACXhVUUZNepuL9gOwwr0Y2WqO43EPIDEZl0-O-Nzldw&response-content-disposition=attachment%3B%20filename%3Dgit-delta_0.18.2_arm64.deb&response-content-type=application%2Foctet-stream [following]
|
145
|
+
--2025-10-09 18:45:42-- https://release-assets.githubusercontent.com/github-production-release-asset/193526915/efd1d245-1d1e-4f19-ac99-0518bf31266d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A44%3A49Z&rscd=attachment%3B+filename%3Dgit-delta_0.18.2_arm64.deb&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A44%3A44Z&ske=2025-10-09T19%3A44%3A49Z&sks=b&skv=2018-11-09&sig=fk3t1rTwa3HVK2rex5R%2BU5wEMwhShh91mN3qFiWp5XE%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTg0MSwibmJmIjoxNzYwMDM1NTQxLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.ACXhVUUZNepuL9gOwwr0Y2WqO43EPIDEZl0-O-Nzldw&response-content-disposition=attachment%3B%20filename%3Dgit-delta_0.18.2_arm64.deb&response-content-type=application%2Foctet-stream
|
146
|
+
Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ...
|
147
|
+
Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.111.133|:443... connected.
|
148
|
+
HTTP request sent, awaiting response... 200 OK
|
149
|
+
Length: 2292336 (2.2M) [application/octet-stream]
|
150
|
+
Saving to: βgit-delta_0.18.2_arm64.debβ
|
151
|
+
|
152
|
+
0K .......... .......... .......... .......... .......... 2% 67.2M 0s
|
153
|
+
50K .......... .......... .......... .......... .......... 4% 54.0M 0s
|
154
|
+
100K .......... .......... .......... .......... .......... 6% 65.8M 0s
|
155
|
+
150K .......... .......... .......... .......... .......... 8% 283M 0s
|
156
|
+
200K .......... .......... .......... .......... .......... 11% 69.2M 0s
|
157
|
+
250K .......... .......... .......... .......... .......... 13% 124M 0s
|
158
|
+
300K .......... .......... .......... .......... .......... 15% 372M 0s
|
159
|
+
350K .......... .......... .......... .......... .......... 17% 91.5M 0s
|
160
|
+
400K .......... .......... .......... .......... .......... 20% 107M 0s
|
161
|
+
450K .......... .......... .......... .......... .......... 22% 521M 0s
|
162
|
+
500K .......... .......... .......... .......... .......... 24% 517M 0s
|
163
|
+
550K .......... .......... .......... .......... .......... 26% 97.4M 0s
|
164
|
+
600K .......... .......... .......... .......... .......... 29% 102M 0s
|
165
|
+
650K .......... .......... .......... .......... .......... 31% 461M 0s
|
166
|
+
700K .......... .......... .......... .......... .......... 33% 158M 0s
|
167
|
+
750K .......... .......... .......... .......... .......... 35% 476M 0s
|
168
|
+
800K .......... .......... .......... .......... .......... 37% 182M 0s
|
169
|
+
850K .......... .......... .......... .......... .......... 40% 131M 0s
|
170
|
+
900K .......... .......... .......... .......... .......... 42% 112M 0s
|
171
|
+
950K .......... .......... .......... .......... .......... 44% 277M 0s
|
172
|
+
1000K .......... .......... .......... .......... .......... 46% 332M 0s
|
173
|
+
1050K .......... .......... .......... .......... .......... 49% 423M 0s
|
174
|
+
1100K .......... .......... .......... .......... .......... 51% 66.6M 0s
|
175
|
+
1150K .......... .......... .......... .......... .......... 53% 275M 0s
|
176
|
+
1200K .......... .......... .......... .......... .......... 55% 269M 0s
|
177
|
+
1250K .......... .......... .......... .......... .......... 58% 173M 0s
|
178
|
+
1300K .......... .......... .......... .......... .......... 60% 209M 0s
|
179
|
+
1350K .......... .......... .......... .......... .......... 62% 162M 0s
|
180
|
+
1400K .......... .......... .......... .......... .......... 64% 317M 0s
|
181
|
+
1450K .......... .......... .......... .......... .......... 67% 410M 0s
|
182
|
+
1500K .......... .......... .......... .......... .......... 69% 423M 0s
|
183
|
+
1550K .......... .......... .......... .......... .......... 71% 305M 0s
|
184
|
+
1600K .......... .......... .......... .......... .......... 73% 295M 0s
|
185
|
+
1650K .......... .......... .......... .......... .......... 75% 403M 0s
|
186
|
+
1700K .......... .......... .......... .......... .......... 78% 335M 0s
|
187
|
+
1750K .......... .......... .......... .......... .......... 80% 380M 0s
|
188
|
+
1800K .......... .......... .......... .......... .......... 82% 411M 0s
|
189
|
+
1850K .......... .......... .......... .......... .......... 84% 420M 0s
|
190
|
+
1900K .......... .......... .......... .......... .......... 87% 418M 0s
|
191
|
+
1950K .......... .......... .......... .......... .......... 89% 271M 0s
|
192
|
+
2000K .......... .......... .......... .......... .......... 91% 105M 0s
|
193
|
+
2050K .......... .......... .......... .......... .......... 93% 336M 0s
|
194
|
+
2100K .......... .......... .......... .......... .......... 96% 425M 0s
|
195
|
+
2150K .......... .......... .......... .......... .......... 98% 375M 0s
|
196
|
+
2200K .......... .......... .......... ........ 100% 288M=0.01s
|
197
|
+
|
198
|
+
2025-10-09 18:45:42 (175 MB/s) - βgit-delta_0.18.2_arm64.debβ saved [2292336/2292336]
|
199
|
+
|
200
|
+
(Reading database ... 23523 files and directories currently installed.)
|
201
|
+
Preparing to unpack git-delta_0.18.2_arm64.deb ...
|
202
|
+
Unpacking git-delta (0.18.2) over (0.18.2) ...
|
203
|
+
Setting up git-delta (0.18.2) ...
|
204
|
+
β
Command 5 completed successfully
|
205
|
+
|
206
|
+
π [6/10] sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v${Z...
|
207
|
+
π€ Running as user: node
|
208
|
+
--2025-10-09 18:45:42-- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh
|
209
|
+
Resolving github.com (github.com)... 20.87.245.0
|
210
|
+
Connecting to github.com (github.com)|20.87.245.0|:443... connected.
|
211
|
+
HTTP request sent, awaiting response... 302 Found
|
212
|
+
Location: https://release-assets.githubusercontent.com/github-production-release-asset/207162804/8afe1b92-7364-41b9-9e24-1c704ccf220d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A24%3A32Z&rscd=attachment%3B+filename%3Dzsh-in-docker.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A23%3A43Z&ske=2025-10-09T19%3A24%3A32Z&sks=b&skv=2018-11-09&sig=ElP8lTmbppfXCmMxGu%2FDhTcck%2FmXHRWH8se%2FocGr9HQ%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTg0MiwibmJmIjoxNzYwMDM1NTQyLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.XMTWKVKOiq84Re4lWuRRIUCW5NcmCia6SgW8m_gh-HE&response-content-disposition=attachment%3B%20filename%3Dzsh-in-docker.sh&response-content-type=application%2Foctet-stream [following]
|
213
|
+
--2025-10-09 18:45:42-- https://release-assets.githubusercontent.com/github-production-release-asset/207162804/8afe1b92-7364-41b9-9e24-1c704ccf220d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A24%3A32Z&rscd=attachment%3B+filename%3Dzsh-in-docker.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A23%3A43Z&ske=2025-10-09T19%3A24%3A32Z&sks=b&skv=2018-11-09&sig=ElP8lTmbppfXCmMxGu%2FDhTcck%2FmXHRWH8se%2FocGr9HQ%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTg0MiwibmJmIjoxNzYwMDM1NTQyLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.XMTWKVKOiq84Re4lWuRRIUCW5NcmCia6SgW8m_gh-HE&response-content-disposition=attachment%3B%20filename%3Dzsh-in-docker.sh&response-content-type=application%2Foctet-stream
|
214
|
+
Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.109.133, ...
|
215
|
+
Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.108.133|:443... connected.
|
216
|
+
HTTP request sent, awaiting response... 200 OK
|
217
|
+
Length: 5426 (5.3K) [application/octet-stream]
|
218
|
+
Saving to: βSTDOUTβ
|
219
|
+
|
220
|
+
0K ..... 100% 93.6M=0s
|
221
|
+
|
222
|
+
2025-10-09 18:45:42 (93.6 MB/s) - written to stdout [5426/5426]
|
223
|
+
|
224
|
+
|
225
|
+
Installing Oh-My-Zsh with:
|
226
|
+
THEME = default
|
227
|
+
PLUGINS = git fzf
|
228
|
+
|
229
|
+
% Total % Received % Xferd Average Speed Time Time Time Current
|
230
|
+
Dload Upload Total Spent Left Speed
|
231
|
+
|
232
|
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
|
233
|
+
Cloning Oh My Zsh...
|
234
|
+
From https://github.com/ohmyzsh/ohmyzsh
|
235
|
+
* [new branch] master -> origin/master
|
236
|
+
Already on 'master'
|
237
|
+
branch 'master' set up to track 'origin/master'.
|
238
|
+
/tmp
|
239
|
+
|
240
|
+
Looking for an existing zsh config...
|
241
|
+
Found old .zshrc.pre-oh-my-zsh. Backing up to /home/node/.zshrc.pre-oh-my-zsh-2025-10-09_18-45-43
|
242
|
+
Backing up to /home/node/.zshrc.pre-oh-my-zsh
|
243
|
+
Using the Oh My Zsh template file and adding it to /home/node/.zshrc.
|
244
|
+
|
245
|
+
__ __
|
246
|
+
____ / /_ ____ ___ __ __ ____ _____/ /_
|
247
|
+
/ __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \
|
248
|
+
/ /_/ / / / / / / / / / / /_/ / / /_(__ ) / / /
|
249
|
+
\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/
|
250
|
+
/____/ ....is now installed!
|
251
|
+
|
252
|
+
|
253
|
+
Before you scream Oh My Zsh! look over the `.zshrc` file to select plugins, themes, and options.
|
254
|
+
|
255
|
+
β’ Follow us on X: https://x.com/ohmyzsh
|
256
|
+
β’ Join our Discord community: https://discord.gg/ohmyzsh
|
257
|
+
β’ Get stickers, t-shirts, coffee mugs and more: https://shop.planetargon.com/collections/oh-my-zsh
|
258
|
+
|
259
|
+
Run zsh to try it out.
|
260
|
+
Cloning into '/home/node/.oh-my-zsh/custom/themes/powerlevel10k'...
|
261
|
+
β
Command 6 completed successfully
|
262
|
+
|
263
|
+
π [7/10] npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION}
|
264
|
+
π€ Running as user: node
|
265
|
+
|
266
|
+
added 3 packages in 3s
|
267
|
+
|
268
|
+
2 packages are looking for funding
|
269
|
+
run `npm fund` for details
|
270
|
+
npm notice
|
271
|
+
npm notice New major version of npm available! 10.9.3 -> 11.6.2
|
272
|
+
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.2
|
273
|
+
npm notice To update run: npm install -g npm@11.6.2
|
274
|
+
npm notice
|
275
|
+
β
Command 7 completed successfully
|
276
|
+
|
277
|
+
π [8/10] npx --yes playwright install-deps
|
278
|
+
π€ Running as user: node
|
279
|
+
Installing dependencies...
|
280
|
+
Switching to root user to install dependencies...
|
281
|
+
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
|
282
|
+
sudo: a password is required
|
283
|
+
Failed to install browser dependencies
|
284
|
+
Error: Installation process exited with code: 1
|
285
|
+
β Command 8 failed: Command failed: /usr/bin/sudo -u node -E bash -c 'npx --yes playwright install-deps'
|
286
|
+
|
287
|
+
β οΈ Build failed at command 8/10
|
288
|
+
π Partial build script available at: sandboxbox-sandbox/build.sh
|
289
|
+
β Error: Build failed: Command failed: /usr/bin/sudo -u node -E bash -c 'npx --yes playwright install-deps'
|
290
|
+
[31mβ Command failed: Command failed: node "./container.js" build ./Dockerfile[0m
|
package/cli.js
CHANGED
@@ -181,12 +181,14 @@ async function main() {
|
|
181
181
|
case 'build':
|
182
182
|
if (commandArgs.length === 0) {
|
183
183
|
console.log(color('red', 'β Please specify a Dockerfile path'));
|
184
|
-
console.log(color('yellow', 'Usage: npx
|
184
|
+
console.log(color('yellow', 'Usage: npx sandboxbox build <dockerfile> [--dry-run]'));
|
185
|
+
console.log(color('yellow', 'Options:'));
|
186
|
+
console.log(' --dry-run Parse Dockerfile without executing commands');
|
185
187
|
process.exit(1);
|
186
188
|
}
|
187
189
|
console.log(color('blue', 'ποΈ Building container...'));
|
188
190
|
if (!(await checkBubblewrap())) process.exit(1);
|
189
|
-
runScript('./container.js', ['build', commandArgs
|
191
|
+
runScript('./container.js', ['build', ...commandArgs]);
|
190
192
|
break;
|
191
193
|
|
192
194
|
case 'run':
|
@@ -0,0 +1,231 @@
|
|
1
|
+
[36mπ¦ SandboxBox - Zero-Privilege Container Runner[0m
|
2
|
+
[36mβββββββββββββββββββββββββββββββββββββββββββββββββββββ[0m
|
3
|
+
|
4
|
+
[34mποΈ Building container...[0m
|
5
|
+
β
Using bundled bubblewrap
|
6
|
+
[32mβ
Bubblewrap found: bubblewrap 0.9.0[0m
|
7
|
+
[33mβ οΈ User namespaces not available[0m
|
8
|
+
[33m Try: sudo sysctl kernel.unprivileged_userns_clone=1[0m
|
9
|
+
[33m Or: echo 1 | sudo tee /proc/sys/kernel/unprivileged_userns_clone[0m
|
10
|
+
β
Using bundled bubblewrap
|
11
|
+
π³ Building container with bubblewrap isolation...
|
12
|
+
|
13
|
+
π¦ FROM node:20
|
14
|
+
β οΈ Unknown base image type
|
15
|
+
|
16
|
+
ποΈ ARG TZ
|
17
|
+
|
18
|
+
π§ ENV TZ="$TZ"
|
19
|
+
|
20
|
+
ποΈ ARG CLAUDE_CODE_VERSION=latest
|
21
|
+
|
22
|
+
βοΈ RUN apt-get update && apt-get install -y --no-install-recommends less gi...
|
23
|
+
βοΈ RUN mkdir -p /usr/local/share/npm-global && chown -R node:node /usr/local...
|
24
|
+
ποΈ ARG USERNAME=node
|
25
|
+
|
26
|
+
βοΈ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/comman...
|
27
|
+
π§ ENV DEVCONTAINER=true
|
28
|
+
|
29
|
+
βοΈ RUN mkdir -p /workspace /home/node/.claude && chown -R node:node /workspa...
|
30
|
+
π WORKDIR workspace
|
31
|
+
|
32
|
+
ποΈ ARG GIT_DELTA_VERSION=0.18.2
|
33
|
+
|
34
|
+
βοΈ RUN ARCH=$(dpkg --print-architecture) && wget "https://github.com/dandavi...
|
35
|
+
π€ USER node
|
36
|
+
|
37
|
+
π§ ENV NPM_CONFIG_PREFIX=/usr/local/share/npm-global
|
38
|
+
|
39
|
+
π§ ENV PATH=$PATH:/usr/local/share/npm-global/bin
|
40
|
+
|
41
|
+
π§ ENV SHELL=/bin/zsh
|
42
|
+
|
43
|
+
π§ ENV EDITOR=nano
|
44
|
+
|
45
|
+
π§ ENV VISUAL=nano
|
46
|
+
|
47
|
+
ποΈ ARG ZSH_IN_DOCKER_VERSION=1.2.0
|
48
|
+
|
49
|
+
βοΈ RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/dow...
|
50
|
+
βοΈ RUN npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION}
|
51
|
+
βοΈ RUN npx --yes playwright install-deps
|
52
|
+
βοΈ RUN npm i -g @playwright/mcp
|
53
|
+
π COPY init-firewall.sh /usr/local/bin/
|
54
|
+
β οΈ COPY/ADD commands must be run in project directory
|
55
|
+
|
56
|
+
π€ USER root
|
57
|
+
|
58
|
+
βοΈ RUN chmod +x /usr/local/bin/init-firewall.sh && echo "node ALL=(root) NOP...
|
59
|
+
π€ USER node
|
60
|
+
|
61
|
+
π Creating build script...
|
62
|
+
|
63
|
+
β
Build script created: sandboxbox-sandbox/build.sh
|
64
|
+
|
65
|
+
π Executing build commands...
|
66
|
+
|
67
|
+
β οΈ Note: Commands will run on host system (Docker-free mode)
|
68
|
+
|
69
|
+
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
70
|
+
|
71
|
+
|
72
|
+
π [1/10] apt-get update && apt-get install -y --no-install-recommends less git procps ...
|
73
|
+
π Running with sudo (requires root privileges)
|
74
|
+
Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
|
75
|
+
Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
|
76
|
+
Get:3 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
|
77
|
+
Get:4 http://ports.ubuntu.com/ubuntu-ports noble/multiverse Sources [355 kB]
|
78
|
+
Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe Sources [24.3 MB]
|
79
|
+
Get:6 http://ports.ubuntu.com/ubuntu-ports noble/restricted Sources [21.8 kB]
|
80
|
+
Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main Sources [1,713 kB]
|
81
|
+
Get:8 http://ports.ubuntu.com/ubuntu-ports noble/restricted arm64 Packages [113 kB]
|
82
|
+
Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 Packages [1,776 kB]
|
83
|
+
Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 Packages [19.0 MB]
|
84
|
+
Get:11 http://ports.ubuntu.com/ubuntu-ports noble/multiverse arm64 Packages [274 kB]
|
85
|
+
Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Sources [28.1 kB]
|
86
|
+
Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Sources [583 kB]
|
87
|
+
Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Sources [70.8 kB]
|
88
|
+
Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Sources [633 kB]
|
89
|
+
Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1,969 kB]
|
90
|
+
Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [3,560 kB]
|
91
|
+
Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1,849 kB]
|
92
|
+
Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [36.9 kB]
|
93
|
+
Get:20 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Sources [21.3 kB]
|
94
|
+
Get:21 http://ports.ubuntu.com/ubuntu-ports noble-security/main Sources [253 kB]
|
95
|
+
Get:22 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Sources [64.7 kB]
|
96
|
+
Get:23 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Sources [408 kB]
|
97
|
+
Get:24 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [3,435 kB]
|
98
|
+
Get:25 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1,624 kB]
|
99
|
+
Get:26 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [35.8 kB]
|
100
|
+
Get:27 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [1,122 kB]
|
101
|
+
Fetched 63.8 MB in 8s (7,883 kB/s)
|
102
|
+
Reading package lists...
|
103
|
+
Reading package lists...
|
104
|
+
Building dependency tree...
|
105
|
+
Reading state information...
|
106
|
+
less is already the newest version (590-2ubuntu2.1).
|
107
|
+
git is already the newest version (1:2.43.0-1ubuntu7.3).
|
108
|
+
procps is already the newest version (2:4.0.4-4ubuntu3.2).
|
109
|
+
sudo is already the newest version (1.9.15p5-3ubuntu5.24.04.1).
|
110
|
+
fzf is already the newest version (0.44.1-1ubuntu0.3).
|
111
|
+
zsh is already the newest version (5.9-6ubuntu2).
|
112
|
+
man-db is already the newest version (2.12.0-4build2).
|
113
|
+
unzip is already the newest version (6.0-28ubuntu4.1).
|
114
|
+
gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
|
115
|
+
gh is already the newest version (2.45.0-1ubuntu0.3).
|
116
|
+
iptables is already the newest version (1.8.10-3ubuntu2).
|
117
|
+
ipset is already the newest version (7.19-1ubuntu2).
|
118
|
+
iproute2 is already the newest version (6.1.0-1ubuntu6.2).
|
119
|
+
dnsutils is already the newest version (1:9.18.39-0ubuntu0.24.04.1).
|
120
|
+
aggregate is already the newest version (1.6-7build1).
|
121
|
+
jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
|
122
|
+
nano is already the newest version (7.2-2ubuntu0.1).
|
123
|
+
vim is already the newest version (2:9.1.0016-1ubuntu7.9).
|
124
|
+
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
|
125
|
+
β
Command 1 completed successfully
|
126
|
+
|
127
|
+
π [2/10] mkdir -p /usr/local/share/npm-global && chown -R node:node /usr/local/share
|
128
|
+
π Running with sudo (requires root privileges)
|
129
|
+
β
Command 2 completed successfully
|
130
|
+
|
131
|
+
π [3/10] SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/....
|
132
|
+
π Running with sudo (requires root privileges)
|
133
|
+
β
Command 3 completed successfully
|
134
|
+
|
135
|
+
π [4/10] mkdir -p /workspace /home/node/.claude && chown -R node:node /workspace /home/n...
|
136
|
+
π Running with sudo (requires root privileges)
|
137
|
+
β
Command 4 completed successfully
|
138
|
+
|
139
|
+
π [5/10] ARCH=$(dpkg --print-architecture) && wget "https://github.com/dandavison/delta/...
|
140
|
+
--2025-10-09 18:37:26-- https://github.com/dandavison/delta/releases/download/0.18.2/git-delta_0.18.2_arm64.deb
|
141
|
+
Resolving github.com (github.com)... 20.87.245.0
|
142
|
+
Connecting to github.com (github.com)|20.87.245.0|:443... connected.
|
143
|
+
HTTP request sent, awaiting response... 302 Found
|
144
|
+
Location: https://release-assets.githubusercontent.com/github-production-release-asset/193526915/efd1d245-1d1e-4f19-ac99-0518bf31266d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A18%3A33Z&rscd=attachment%3B+filename%3Dgit-delta_0.18.2_arm64.deb&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A17%3A42Z&ske=2025-10-09T19%3A18%3A33Z&sks=b&skv=2018-11-09&sig=xxlotTyznZZy32LO1d%2F%2Fi8G248Td7QSXPD38LYwBN0I%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTM0NiwibmJmIjoxNzYwMDM1MDQ2LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.Yg0j1iVkTNZW3sSZTgt8KevpldZsWsyOf7ti8_DA_Xg&response-content-disposition=attachment%3B%20filename%3Dgit-delta_0.18.2_arm64.deb&response-content-type=application%2Foctet-stream [following]
|
145
|
+
--2025-10-09 18:37:26-- https://release-assets.githubusercontent.com/github-production-release-asset/193526915/efd1d245-1d1e-4f19-ac99-0518bf31266d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A18%3A33Z&rscd=attachment%3B+filename%3Dgit-delta_0.18.2_arm64.deb&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A17%3A42Z&ske=2025-10-09T19%3A18%3A33Z&sks=b&skv=2018-11-09&sig=xxlotTyznZZy32LO1d%2F%2Fi8G248Td7QSXPD38LYwBN0I%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTM0NiwibmJmIjoxNzYwMDM1MDQ2LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.Yg0j1iVkTNZW3sSZTgt8KevpldZsWsyOf7ti8_DA_Xg&response-content-disposition=attachment%3B%20filename%3Dgit-delta_0.18.2_arm64.deb&response-content-type=application%2Foctet-stream
|
146
|
+
Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ...
|
147
|
+
Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.109.133|:443... connected.
|
148
|
+
HTTP request sent, awaiting response... 200 OK
|
149
|
+
Length: 2292336 (2.2M) [application/octet-stream]
|
150
|
+
Saving to: βgit-delta_0.18.2_arm64.debβ
|
151
|
+
|
152
|
+
0K .......... .......... .......... .......... .......... 2% 21.0M 0s
|
153
|
+
50K .......... .......... .......... .......... .......... 4% 20.8M 0s
|
154
|
+
100K .......... .......... .......... .......... .......... 6% 338M 0s
|
155
|
+
150K .......... .......... .......... .......... .......... 8% 493M 0s
|
156
|
+
200K .......... .......... .......... .......... .......... 11% 545M 0s
|
157
|
+
250K .......... .......... .......... .......... .......... 13% 172M 0s
|
158
|
+
300K .......... .......... .......... .......... .......... 15% 37.7M 0s
|
159
|
+
350K .......... .......... .......... .......... .......... 17% 394M 0s
|
160
|
+
400K .......... .......... .......... .......... .......... 20% 314M 0s
|
161
|
+
450K .......... .......... .......... .......... .......... 22% 426M 0s
|
162
|
+
500K .......... .......... .......... .......... .......... 24% 415M 0s
|
163
|
+
550K .......... .......... .......... .......... .......... 26% 425M 0s
|
164
|
+
600K .......... .......... .......... .......... .......... 29% 22.9M 0s
|
165
|
+
650K .......... .......... .......... .......... .......... 31% 431M 0s
|
166
|
+
700K .......... .......... .......... .......... .......... 33% 352M 0s
|
167
|
+
750K .......... .......... .......... .......... .......... 35% 493M 0s
|
168
|
+
800K .......... .......... .......... .......... .......... 37% 322M 0s
|
169
|
+
850K .......... .......... .......... .......... .......... 40% 405M 0s
|
170
|
+
900K .......... .......... .......... .......... .......... 42% 399M 0s
|
171
|
+
950K .......... .......... .......... .......... .......... 44% 564M 0s
|
172
|
+
1000K .......... .......... .......... .......... .......... 46% 585M 0s
|
173
|
+
1050K .......... .......... .......... .......... .......... 49% 355M 0s
|
174
|
+
1100K .......... .......... .......... .......... .......... 51% 559M 0s
|
175
|
+
1150K .......... .......... .......... .......... .......... 53% 398M 0s
|
176
|
+
1200K .......... .......... .......... .......... .......... 55% 376M 0s
|
177
|
+
1250K .......... .......... .......... .......... .......... 58% 111M 0s
|
178
|
+
1300K .......... .......... .......... .......... .......... 60% 538M 0s
|
179
|
+
1350K .......... .......... .......... .......... .......... 62% 581M 0s
|
180
|
+
1400K .......... .......... .......... .......... .......... 64% 441M 0s
|
181
|
+
1450K .......... .......... .......... .......... .......... 67% 411M 0s
|
182
|
+
1500K .......... .......... .......... .......... .......... 69% 164M 0s
|
183
|
+
1550K .......... .......... .......... .......... .......... 71% 229M 0s
|
184
|
+
1600K .......... .......... .......... .......... .......... 73% 147M 0s
|
185
|
+
1650K .......... .......... .......... .......... .......... 75% 312M 0s
|
186
|
+
1700K .......... .......... .......... .......... .......... 78% 318M 0s
|
187
|
+
1750K .......... .......... .......... .......... .......... 80% 425M 0s
|
188
|
+
1800K .......... .......... .......... .......... .......... 82% 413M 0s
|
189
|
+
1850K .......... .......... .......... .......... .......... 84% 354M 0s
|
190
|
+
1900K .......... .......... .......... .......... .......... 87% 397M 0s
|
191
|
+
1950K .......... .......... .......... .......... .......... 89% 422M 0s
|
192
|
+
2000K .......... .......... .......... .......... .......... 91% 237M 0s
|
193
|
+
2050K .......... .......... .......... .......... .......... 93% 351M 0s
|
194
|
+
2100K .......... .......... .......... .......... .......... 96% 339M 0s
|
195
|
+
2150K .......... .......... .......... .......... .......... 98% 432M 0s
|
196
|
+
2200K .......... .......... .......... ........ 100% 418M=0.01s
|
197
|
+
|
198
|
+
2025-10-09 18:37:26 (156 MB/s) - βgit-delta_0.18.2_arm64.debβ saved [2292336/2292336]
|
199
|
+
|
200
|
+
(Reading database ... 23523 files and directories currently installed.)
|
201
|
+
Preparing to unpack git-delta_0.18.2_arm64.deb ...
|
202
|
+
Unpacking git-delta (0.18.2) over (0.18.2) ...
|
203
|
+
Setting up git-delta (0.18.2) ...
|
204
|
+
β
Command 5 completed successfully
|
205
|
+
|
206
|
+
π [6/10] sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v${Z...
|
207
|
+
π€ Running as user: node
|
208
|
+
--2025-10-09 18:37:26-- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh
|
209
|
+
Resolving github.com (github.com)... 20.87.245.0
|
210
|
+
Connecting to github.com (github.com)|20.87.245.0|:443... connected.
|
211
|
+
HTTP request sent, awaiting response... 302 Found
|
212
|
+
Location: https://release-assets.githubusercontent.com/github-production-release-asset/207162804/8afe1b92-7364-41b9-9e24-1c704ccf220d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A18%3A50Z&rscd=attachment%3B+filename%3Dzsh-in-docker.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A18%3A22Z&ske=2025-10-09T19%3A18%3A50Z&sks=b&skv=2018-11-09&sig=ygaoelceqLsqMYpUPtKFYWvRH9ZxGpiWemQMhVeuEIM%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTM0NywibmJmIjoxNzYwMDM1MDQ3LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.0RM7tDbsznDh-EBwKcpB8iUcZpDUguv-soxh3F3yPL8&response-content-disposition=attachment%3B%20filename%3Dzsh-in-docker.sh&response-content-type=application%2Foctet-stream [following]
|
213
|
+
--2025-10-09 18:37:27-- https://release-assets.githubusercontent.com/github-production-release-asset/207162804/8afe1b92-7364-41b9-9e24-1c704ccf220d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A18%3A50Z&rscd=attachment%3B+filename%3Dzsh-in-docker.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A18%3A22Z&ske=2025-10-09T19%3A18%3A50Z&sks=b&skv=2018-11-09&sig=ygaoelceqLsqMYpUPtKFYWvRH9ZxGpiWemQMhVeuEIM%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTM0NywibmJmIjoxNzYwMDM1MDQ3LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.0RM7tDbsznDh-EBwKcpB8iUcZpDUguv-soxh3F3yPL8&response-content-disposition=attachment%3B%20filename%3Dzsh-in-docker.sh&response-content-type=application%2Foctet-stream
|
214
|
+
Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ...
|
215
|
+
Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.110.133|:443... connected.
|
216
|
+
HTTP request sent, awaiting response... 200 OK
|
217
|
+
Length: 5426 (5.3K) [application/octet-stream]
|
218
|
+
Saving to: βSTDOUTβ
|
219
|
+
|
220
|
+
0K ..... 100% 92.5M=0s
|
221
|
+
|
222
|
+
2025-10-09 18:37:27 (92.5 MB/s) - written to stdout [5426/5426]
|
223
|
+
|
224
|
+
bash: -c: line 82: syntax error near unexpected token `)'
|
225
|
+
bash: -c: line 82: ` echo " 1) Install 'sudo' before calling this script"'
|
226
|
+
β Command 6 failed: Command failed: /usr/bin/sudo -u node -E bash -c "sh -c \"$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v${ZSH_IN_DOCKER_VERSION}/zsh-in-docker.sh)\" -- -p git -p fzf -a \"source /usr/share/doc/fzf/examples/key-bindings.zsh\" -a \"source /usr/share/doc/fzf/examples/completion.zsh\" -a \"export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/.bash_history\" -x"
|
227
|
+
|
228
|
+
β οΈ Build failed at command 6/10
|
229
|
+
π Partial build script available at: sandboxbox-sandbox/build.sh
|
230
|
+
β Error: Build failed: Command failed: /usr/bin/sudo -u node -E bash -c "sh -c \"$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v${ZSH_IN_DOCKER_VERSION}/zsh-in-docker.sh)\" -- -p git -p fzf -a \"source /usr/share/doc/fzf/examples/key-bindings.zsh\" -a \"source /usr/share/doc/fzf/examples/completion.zsh\" -a \"export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/.bash_history\" -x"
|
231
|
+
[31mβ Command failed: Command failed: node "./container.js" build ./Dockerfile[0m
|