mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Fix permission in Dockerfile
This commit is contained in:
parent
2d9b854a9f
commit
b9afde3d4c
@ -91,7 +91,7 @@ COPY website /tmp/website/
|
||||
# Install FoundationDB Binaries
|
||||
RUN for file in fdbserver fdbbackup fdbcli fdbmonitor; do \
|
||||
curl --fail -Ls ${FDB_WEBSITE}/${FDB_VERSION}/$file.x86_64 -o $file; \
|
||||
chmod u+x $file; \
|
||||
chmod +x $file; \
|
||||
mv $file /usr/bin; \
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user