Browse Source
removed groupmod of dialout id
mapped ttyUSBx group is dialout, but with groupid 20 (conflicting, since only permission for group 16 is granted)
pull/13/head
Fabian
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
Dockerfile
|
|
|
@ -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 && \ |
|
|
|
|