mirror of
https://github.com/linuxserver/rootfs-builder-alpine.git
synced 2026-01-09 06:50:52 +08:00
3 lines
59 B
Bash
3 lines
59 B
Bash
#!/bin/sh
|
|
apk add --update "$@" && rm -rf /var/cache/apk/*
|