1
0
This commit is contained in:
Fabian
2018-08-09 22:05:39 +00:00
committed by GitHub

View File

@@ -66,8 +66,7 @@ RUN \
./install && \
echo "**** fix group for card readers and add abc to dialout group ****" && \
groupmod -g 24 cron && \
groupmod -g 16 dialout && \
usermod -a -G 16 abc && \
usermod -a -G dialout abc && \
echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \