fix(setup): Add needed package for docker-compose install (#85)

This commit is contained in:
Carsten Sprung 2024-10-29 19:47:52 +01:00
parent 5301ef0cb3
commit b7df942929

View file

@ -103,6 +103,7 @@ Install needed packages. Check and adjust to your needs.
apk update && apk upgrade && apk add \ apk update && apk upgrade && apk add \
gettext \ gettext \
awall \ awall \
curl \
docker \ docker \
docker-zsh-completion \ docker-zsh-completion \
git \ git \