Skip to content

Commit 7d2c009

Browse files
committed
Update install-cachelib-deps.sh to rebuild Docker
1 parent 139e2e9 commit 7d2c009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/images/install-cachelib-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
echo 'Defaults env_keep += "HTTPS_PROXY https_proxy HTTP_PROXY http_proxy NO_PROXY no_proxy"' >> /etc/sudoers
66
./contrib/prerequisites-centos8.sh
77

8-
for pkg in zstd googleflags googlelog googletest sparsemap fmt folly fizz wangle fbthrift ;
8+
for pkg in zstd googleflags googlelog googletest sparsemap fmt folly fizz wangle mvfst fbthrift ;
99
do
1010
sudo ./contrib/build-package.sh -j -I /opt/ "$pkg"
1111
done

0 commit comments

Comments
 (0)