fixed dependency-bug in ubuntu cosmic
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user