Giuseppe Lavagetto has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/379173 )
Change subject: Add apt_options to apt-get update as well
......................................................................
Add apt_options to apt-get update as well
Change-Id: Ia51bd8ca485b94eec102a6286545777d7564d18b
---
M build
1 file changed, 1 insertion(+), 1 deletion(-)
git pull
ssh://gerrit.wikimedia.org:29418/operations/docker-images/production-images
refs/changes/73/379173/1
diff --git a/build b/build
index 50c5dba..d1b1da1 100755
--- a/build
+++ b/build
@@ -33,7 +33,7 @@
def apt_installer(opts):
def apt_install(pkgs):
return """
-RUN apt-get update \
+RUN apt-get update {apt_options} \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install {apt_options} --yes {packages} --no-install-recommends \
&& apt-get clean && rm -rf /var/lib/apt/lists/* """.format(
--
To view, visit https://gerrit.wikimedia.org/r/379173
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia51bd8ca485b94eec102a6286545777d7564d18b
Gerrit-PatchSet: 1
Gerrit-Project: operations/docker-images/production-images
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits