diff --git a/images/wkdev_sdk/Containerfile b/images/wkdev_sdk/Containerfile index 72fa7e5..f5c1a9b 100644 --- a/images/wkdev_sdk/Containerfile +++ b/images/wkdev_sdk/Containerfile @@ -52,7 +52,7 @@ RUN ${APT_UPDATE} && \ ${APT_UPGRADE} && ${APT_AUTOREMOVE} # Disable exclusion of locales / translations / documentation (default in Ubuntu images) -RUN yes | /usr/local/sbin/unminimize +RUN yes | /usr/bin/unminimize # Switch to fixed locale. RUN locale-gen ${CONTAINER_LOCALE}