Skip to content
Snippets Groups Projects
Commit 54cf8a3e authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Fix(ASIC) Fail build early if yum can't install

Change-Id: I0897b0a9b89e7611f6df415f7f0a869f42a7c5a4
parent e93d51e4
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,9 @@ From: ${DOCKER_BASE_IMAGE}
# ECM: disable http caching
echo "http_caching=none" >> /etc/yum.conf
# ECM: enable strict mode to fail when packages are not found (or other installation problems appear)
echo "skip_missing_names_on_install=0" >> /etc/yum.conf
# Apparently, upon building the CentOS docker images it has been decided that
# (for space-saving reasons) exactly one locale (en_US.utf8) is installed.
# We don't care about the little extra space and user experience benefits from
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment