FROM kindest/node:v1.32.1

# Install udev and related packages
RUN apt-get update && apt-get install -y udev socat
