Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy authored Jan 11, 2021
1 parent 3144d03 commit d9893e0
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 @@ -63,7 +63,7 @@ RUN echo "y" | gosu dropbox dropbox start -i
# file system over time with rather large files written to /opt/dropbox/ and /tmp.
#
# https://bbs.archlinux.org/viewtopic.php?id=191001
RUN mkdir -p /opt/dropbox/bin/ \
RUN mkdir -p /opt/dropbox/bin/ /tmp \
&& mv /opt/dropbox/.dropbox-dist/* /opt/dropbox/bin/ \
&& rm -rf /opt/dropbox/.dropbox-dist \
&& install -dm0 /opt/dropbox/.dropbox-dist \
Expand Down

0 comments on commit d9893e0

Please sign in to comment.