This commit is contained in:
Koen Kanters
2019-10-20 16:32:00 +02:00
committed by GitHub
parent 6b97df7b47
commit 3effa07cf8
+1 -1
View File
@@ -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