This commit is contained in:
Koen Kanters
2019-10-16 21:54:46 +02:00
parent 512f31fbb9
commit 7ffe255d93
+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 && \
RUN apk add --update --no-cache tzdata udev && \
apk add --update --no-cache --virtual .buildtools make gcc g++ python linux-headers udev git && \
npm install --unsafe-perm --production && \
apk del .buildtools