Skip to content

Commit

Permalink
Fix path to unminimize command
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaszimmermann committed Sep 27, 2024
1 parent 9b68161 commit e38d63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/wkdev_sdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e38d63e

Please sign in to comment.