uci-docker-caddy/src/packages/packages.sh

9 lines
244 B
Bash

#!/bin/sh
echo install packages for alpine caddy
apk update; apk upgrade;
# note: shadow, bash, bash-completion coreutils are installed by default for alpine
apk add --no-cache --no-progress ca-certificates libcap mailcap git jq bash curl