From 3effa07cf8cc8f726389bd4f50f41add7ace35c6 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 20 Oct 2019 16:32:00 +0200 Subject: [PATCH] Add udevadm #2157 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 76adad7e9..6ee898fe0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -12,7 +12,7 @@ ARG COMMIT RUN echo "{\"hash\": \"$COMMIT\"}" > .hash.json # Install dependencies -RUN apk add --update --no-cache tzdata udev && \ +RUN apk add --update --no-cache tzdata udev udevadm && \ apk add --update --no-cache --virtual .buildtools make gcc g++ python linux-headers udev git && \ npm install --unsafe-perm --production && \ apk del .buildtools