Skip to content

Commit f7e7639

Browse files
authored
Create minideb-ci.sh
1 parent 4091207 commit f7e7639

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Shell/Packages/minideb-ci.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
install_packages \
2+
openssh-client netcat-openbsd \
3+
curl wget gettext docker.io dnsutils jq \
4+
moreutils zip unzip gpg npm pipx git
5+
6+
CI=1 npx playwright install-deps \
7+
&& pipx install docker-squash \
8+
&& pipx install rust-just

0 commit comments

Comments
 (0)