Skip to content

Commit e2876fe

Browse files
committed
cicd: added clean option to apt-get
1 parent 1f3170c commit e2876fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions-tests/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ elif [ "${OS}" = "centos:8" ]; then
6464

6565
elif [ "${OS%:*}" = "ubuntu" ]; then
6666
# 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
67+
apt-get clean && apt-get update && apt-get install -y sudo
6868
PACKAGE_MANAGER_INSTALL="sudo apt-get -y install"
6969
PACKAGE_MANAGER_REMOVE="sudo apt-get -y remove"
7070
eval "${PACKAGE_MANAGER_INSTALL} wget"

0 commit comments

Comments
 (0)