mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-21 23:13:08 +01:00
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:
commit
1db2510be1
@ -19,6 +19,7 @@ elif [ "${DISTRO}" == "alpine" ]; then
|
|||||||
curl \
|
curl \
|
||||||
gcompat \
|
gcompat \
|
||||||
grep \
|
grep \
|
||||||
|
iproute2-minimal \
|
||||||
libgcc \
|
libgcc \
|
||||||
mcookie \
|
mcookie \
|
||||||
net-tools \
|
net-tools \
|
||||||
|
Loading…
Reference in New Issue
Block a user