Skip to content

Commit b1eb985

Browse files
committed
fix(store): install lsb-release package
1 parent 97ce414 commit b1eb985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

store/base/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/relea
2727
curl -sSL 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | apt-key add -
2828
echo "deb http://ceph.com/debian-hammer trusty main" > /etc/apt/sources.list.d/ceph.list
2929

30-
apt-get update && apt-get install -yq ceph
30+
apt-get update && apt-get install -yq ceph lsb-release
3131

3232
apt-get clean -y
3333

0 commit comments

Comments
 (0)