From d9893e09091f7c958e79ae323eefa0e19f1671f1 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 11 Jan 2021 11:48:02 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81c8cdb..eec620d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \