File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export DEBOOTSTRAP_DIR=`pwd`/debootstrap.git
55
55
sudo -E ./debootstrap.git/debootstrap --variant=buildd unstable ./unstable-chroot/ http://cdn-aws.deb.debian.org/debian
56
56
cp -a mongo-cxx-driver ./unstable-chroot/tmp/
57
57
sudo DEB_BUILD_PROFILES=" ${DEB_BUILD_PROFILES} " chroot ./unstable-chroot /bin/bash -c "
58
- (apt-get install -y ca-certificates cmake debhelper doxygen git libboost-dev libsasl2-dev libsnappy-dev libssl-dev libutf8proc-dev pkgconf zlib1g-dev build-essential curl fakeroot furo git-buildpackage python3-sphinx python3-sphinx-design && \
58
+ (apt-get install -y ca-certificates cmake debhelper doxygen git libboost-dev libsasl2-dev libsnappy-dev libssl-dev libutf8proc-dev pkgconf zlib1g-dev build-essential curl fakeroot furo git-buildpackage python3-sphinx python3-sphinx-design python3-packaging && \
59
59
mkdir /tmp/mongo-c-driver && \
60
60
cd /tmp/mongo-c-driver && \
61
61
curl -o deb.tar.gz -L https://s3.amazonaws.com/mciuploads/mongo-c-driver/master/mongo-c-driver-debian-packages-latest.tar.gz && \
You can’t perform that action at this time.
0 commit comments