Merge branch 'feature/KASM-6147-alpine-install-iproute2' into 'develop'

KASM-6147 explicitly install real ip command in Alpine

Closes KASM-6147

See merge request kasm-technologies/internal/workspaces-core-images!208
This commit is contained in:
Justin Travis 2024-06-28 13:50:27 +00:00
commit 1db2510be1

View File

@ -19,6 +19,7 @@ elif [ "${DISTRO}" == "alpine" ]; then
curl \
gcompat \
grep \
iproute2-minimal \
libgcc \
mcookie \
net-tools \