mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 06:30:07 +08:00
Update Dockerfile
This commit is contained in:
parent
df17271f05
commit
d09475d23b
@ -6,7 +6,7 @@ RUN opkg-install curl
|
|||||||
RUN echo insecure >> ~/.curlrc
|
RUN echo insecure >> ~/.curlrc
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
curl -Lks https://bintray.com$(curl -Lk http://bintray.com/chrislusf/Weed-FS/seaweed/_latestVersion | grep linux_amd64.tar.gz | sed -n "/href/ s/.*href=['\"]\([^'\"]*\)['\"].*/\1/gp") | gunzip | tar -xf - -C /opt/weed/ && \
|
curl -Lks https://bintray.com$(curl -Lk http://bintray.com/chrislusf/seaweedfs/seaweedfs/_latestVersion | grep linux_amd64.tar.gz | sed -n "/href/ s/.*href=['\"]\([^'\"]*\)['\"].*/\1/gp") | gunzip | tar -xf - -C /opt/weed/ && \
|
||||||
mv weed_*/* /bin && \
|
mv weed_*/* /bin && \
|
||||||
chmod +x ./bin/weed
|
chmod +x ./bin/weed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user