|
|
@ -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 16 abc && \ |
|
|
|
|
|
|
|
|
usermod -a -G dialout abc && \ |
|
|
echo "**** cleanup ****" && \ |
|
|
echo "**** cleanup ****" && \ |
|
|
apk del --purge \ |
|
|
apk del --purge \ |
|
|
build-dependencies && \ |
|
|
build-dependencies && \ |
|
|
|