Skip to content

Commit

Permalink
Add install src packages
Browse files Browse the repository at this point in the history
  • Loading branch information
farribeiro committed Jul 24, 2017
1 parent 568be20 commit 3a8215e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN apt-get update \
pcscd \
pcsc-tools \
--no-install-recommends \
&& apt -y install /src/*.deb \
&& groupadd -g 1000 -r ff \
&& useradd -u 1000 -r -g ff -G audio,video ff -d /home/ff \
&& chmod 744 /home/ff/startup.sh \
Expand Down

0 comments on commit 3a8215e

Please sign in to comment.