This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 7313424c ensure apt database is updated before a new install
7313424c is described below

commit 7313424c75eb692a7b22240324bd377eb333f69d
Author: Sebb <s...@apache.org>
AuthorDate: Mon Dec 18 15:35:25 2023 +0000

    ensure apt database is updated before a new install
---
 src/docker/build_linux32.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/docker/build_linux32.sh b/src/docker/build_linux32.sh
index 2c5331f4..dff9aece 100755
--- a/src/docker/build_linux32.sh
+++ b/src/docker/build_linux32.sh
@@ -26,6 +26,9 @@ cd /home/crypto # must agree with virtual mount in 
docker-compose.yaml
 # Ensure the correct config file is installed
 cp /usr/include/i386-linux-gnu/openssl/opensslconf.h /usr/include/openssl
 
+# ensure apt database is updated before a new install
+apt-get update
+
 # Needed for linux32, but causes linux 64 builds to fail
 time apt-get --assume-yes -qq install g++-multilib >/dev/null
 

Reply via email to