refine dockerfile

This commit is contained in:
2019-07-18 23:30:34 +10:00
parent 400b063fcb
commit ba5ecb7e90
3 changed files with 12 additions and 3 deletions
-1
View File
@@ -23,7 +23,6 @@ RUN adduser -D -u 1000 junv \
&& tar -zxvf ${platform}-filebrowser.tar.gz \
&& rm -rf ${platform}-filebrowser.tar.gz \
&& rm LICENSE README.md \
&& curl -fsSL https://filebrowser.xyz/get.sh | bash \
&& wget -N https://bin.equinox.io/c/ekMN3bCZFUn/forego-stable-${platform}.tgz \
&& tar -zxvf forego-stable-${platform}.tgz \
&& rm -rf forego-stable-${platform}.tgz \