Skip to content

Commit bae6f25

Browse files
authored
CLOUDP-115093: Fix setup failure on ubuntu machines (#1045)
1 parent 62152dc commit bae6f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/ci/ego

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ resolve_system_dependencies() {
253253
if [[ "${PLATFORM}" = "debian" ]] || [[ "${PLATFORM}" = "ubuntu" ]]; then # Debian/Ubuntu
254254
_wait_for_process_to_finish apt
255255
_wait_for_process_to_finish dpkg
256+
apt-get update
256257
apt-get install -y -q --no-install-recommends openssl
257258

258259
elif [[ "${PLATFORM}" = "rhel" ]] || [[ "${PLATFORM}" = "amazon" ]]; then # Red Hat / Amazon Linux

0 commit comments

Comments
 (0)