We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62152dc commit bae6f25Copy full SHA for bae6f25
build/ci/ego
@@ -253,6 +253,7 @@ resolve_system_dependencies() {
253
if [[ "${PLATFORM}" = "debian" ]] || [[ "${PLATFORM}" = "ubuntu" ]]; then # Debian/Ubuntu
254
_wait_for_process_to_finish apt
255
_wait_for_process_to_finish dpkg
256
+ apt-get update
257
apt-get install -y -q --no-install-recommends openssl
258
259
elif [[ "${PLATFORM}" = "rhel" ]] || [[ "${PLATFORM}" = "amazon" ]]; then # Red Hat / Amazon Linux
0 commit comments