Skip to content

Commit

Permalink
reduce size of image because chown shouldn't be necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvdbergh authored Oct 21, 2016
1 parent 161fd75 commit 6aab15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ USER root

RUN chown admin:admin /home/admin/scripts/*
RUN chmod ugo+w -R /tmp
RUN chmod ugo+w -R /opt/smrtanalysis
#RUN chmod ugo+w -R /opt/smrtanalysis

RUN usermod -d /tmp nobody

Expand Down

0 comments on commit 6aab15e

Please sign in to comment.