Browse Source

Merge f46b728dd5 into 12785b1711

pull/13/merge
Fabian 2 years ago
committed by GitHub
parent
commit
a10779c2d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Dockerfile

+ 1
- 2
Dockerfile 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 && \

Loading…
Cancel
Save