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