Skip to content

Commit

Permalink
Docker: Upgrade bosfs to 1.0.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxq committed Dec 18, 2019
1 parent ae8448a commit 8a4a69e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/build/installers/install_bosfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
# Prepare
apt-get update -y
apt-get install -y \
automake \
libcrypto++-dev \
libcurl4-openssl-dev \
libfuse-dev \
libssl-dev \
uuid-dev

PACKAGE="bosfs-1.0.0.9.tar.gz"
PACKAGE="bosfs-1.0.0.10.tar.gz"
wget http://sdk.bce.baidu.com/console-sdk/${PACKAGE}
tar zxf ${PACKAGE}

Expand Down

0 comments on commit 8a4a69e

Please sign in to comment.