1
0

removed groupmod of dialout id

mapped ttyUSBx group is dialout, but with groupid 20 (conflicting, since only permission for group 16 is granted)
This commit is contained in:
Fabian
2018-08-10 00:01:30 +02:00
committed by GitHub
parent 12785b1711
commit f46b728dd5

View File

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