fixed dependency-bug in ubuntu cosmic

This commit is contained in:
Marc Wäckerlin
2018-09-10 09:25:25 +00:00
parent 2a49be4a99
commit e862b3d408
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
/usr/share/automake-1.15/COPYING
/usr/share/automake-1.16/COPYING

View File

@@ -1 +1 @@
/usr/share/automake-1.15/INSTALL
/usr/share/automake-1.16/INSTALL

View File

@@ -264,7 +264,7 @@ case "$mode" in
docker exec ${DOCKER_ID} apt-get install ${OPTIONS} ${PREVENT// /- }- software-properties-common apt-transport-https dpkg-dev lsb-release wget || \
docker exec ${DOCKER_ID} apt-get install ${OPTIONS} ${PREVENT// /- }- python-software-properties apt-transport-https dpkg-dev lsb-release wget;
if [[ "${img}" =~ "ubuntu" ]]; then
docker exec ${DOCKER_ID} apt-get install ${OPTIONS} locales
docker exec ${DOCKER_ID} apt-get install ${OPTIONS} locales gnupg
docker exec ${DOCKER_ID} locale-gen ${LANG}
docker exec ${DOCKER_ID} update-locale LANG=${LANG}
fi