Skip to content

Commit

Permalink
Install 'unminimize' trying to unbreak SDK build.
Browse files Browse the repository at this point in the history
For some reason, the unminimize command is no longer available when
building the SDK -- this is to test if this solves the problem.
  • Loading branch information
nikolaszimmermann committed Sep 27, 2024
1 parent 4533e51 commit 9b68161
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 @@ -48,7 +48,7 @@ RUN echo 'APT::Sandbox::User "root";' > /etc/apt/apt.conf.d/no-sandbox
# Update package list, upgrade to latest version, install necessary packages for
# early bootstrapping: .deb package configuration + locale generation.
RUN ${APT_UPDATE} && \
${APT_INSTALL} apt-utils dialog libterm-readline-gnu-perl locales && \
${APT_INSTALL} apt-utils dialog libterm-readline-gnu-perl locales unminimize && \
${APT_UPGRADE} && ${APT_AUTOREMOVE}

# Disable exclusion of locales / translations / documentation (default in Ubuntu images)
Expand Down

0 comments on commit 9b68161

Please sign in to comment.