OSDN Git Service

gitlab-ci: Bring ARM docker image install script in line with x86_64
authorMichel Dänzer <mdaenzer@redhat.com>
Thu, 10 Oct 2019 08:56:08 +0000 (10:56 +0200)
committerMichel Dänzer <michel@daenzer.net>
Tue, 22 Oct 2019 10:26:29 +0000 (10:26 +0000)
commit38d42cf1d5937e17d214cb4f289aec828ec034fe
tree1c79084e02642b00600cd495989168d36c0bc50d
parente3c7e04dfa9bd19159126bb7f36b91a5b186f7a2
gitlab-ci: Bring ARM docker image install script in line with x86_64

Use https:// URLs in the APT configuration.

Drop --no-install-recommends, the image generation template disables
installation of recommended packages in /etc/apt/apt.conf.

Run apt-get autoremove at the end, cleaning up packages which were
installed to satisfy dependencies but are no longer needed.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci/debian-test-install.sh