We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09a6a0 commit c0ad554Copy full SHA for c0ad554
bin/compile
@@ -34,7 +34,7 @@ mkdir -p "$APT_STATE_DIR/lists/partial"
34
APT_OPTIONS="-o debug::nolocking=true -o dir::cache=$APT_CACHE_DIR -o dir::state=$APT_STATE_DIR"
35
status "Installing system level dependencies..."
36
apt-get $APT_OPTIONS update
37
-apt-get $APT_OPTIONS -y --force-yes -d install --reinstall libblocksruntime-dev libkqueue0 libcurl3 | indent
+apt-get $APT_OPTIONS -y --force-yes -d install --reinstall libblocksruntime-dev libkqueue0 libcurl3 openssl libssl-dev | indent
38
39
status "Downloaded DEB files..."
40
mkdir -p $BUILD_DIR/.apt
0 commit comments