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 1f3170c commit e2876feCopy full SHA for e2876fe
github-actions-tests/tests.sh
@@ -64,7 +64,7 @@ elif [ "${OS}" = "centos:8" ]; then
64
65
elif [ "${OS%:*}" = "ubuntu" ]; then
66
# install and set up components missing in docker image (sudo, wget, bc, unzip, lsb-release, gnupg, tzdata)
67
- apt-get update && apt-get install -y sudo
+ apt-get clean && apt-get update && apt-get install -y sudo
68
PACKAGE_MANAGER_INSTALL="sudo apt-get -y install"
69
PACKAGE_MANAGER_REMOVE="sudo apt-get -y remove"
70
eval "${PACKAGE_MANAGER_INSTALL} wget"
0 commit comments