Skip to content

Commit

Permalink
Merge pull request #15884 from Dentrax/shadowsocks-rust-busybox
Browse files Browse the repository at this point in the history
fix(shadowsocks-rust): add busybox
  • Loading branch information
rawlingsj committed Mar 27, 2024
2 parents 491b245 + 3cda0ef commit 206b141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shadowsocks-rust.yaml
@@ -1,7 +1,7 @@
package:
name: shadowsocks-rust
version: 1.18.2
epoch: 1
epoch: 2
description: A Rust port of shadowsocks
copyright:
- license: MIT
Expand Down Expand Up @@ -58,6 +58,7 @@ subpackages:
dependencies:
runtime:
- shadowsocks-rust
- busybox # The entrypoint script uses `#!/bin/sh`

test:
environment:
Expand Down

0 comments on commit 206b141

Please sign in to comment.