|
|
@ -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// /- }- 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; |
|
|
|
docker exec ${DOCKER_ID} apt-get install ${OPTIONS} ${PREVENT// /- }- python-software-properties apt-transport-https dpkg-dev lsb-release wget; |
|
|
|
if [[ "${img}" =~ "ubuntu" ]]; then |
|
|
|
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} locale-gen ${LANG} |
|
|
|
docker exec ${DOCKER_ID} update-locale LANG=${LANG} |
|
|
|
docker exec ${DOCKER_ID} update-locale LANG=${LANG} |
|
|
|
fi |
|
|
|
fi |
|
|
|