Skip to content

Commit

Permalink
Fix 'unminimize' path
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeitong committed Sep 22, 2024
1 parent 8504931 commit 52ed3fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ubuntu-devpack.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ RUN userdel --remove ubuntu
# Install packages
COPY extra-packages /
RUN apt-get update && \
yes | /usr/local/sbin/unminimize && \
DEBIAN_FRONTEND=noninteractive apt-get -y install \
ubuntu-minimal ubuntu-standard $(grep -v '^#' extra-packages | xargs)
apt-get install -y unminimize && \
yes | unminimize && \
apt-get -y install ubuntu-minimal ubuntu-standard $(grep -v '^#' extra-packages | xargs)
RUN rm /extra-packages

RUN ln -s "$(find /usr/lib/linux-tools/*/perf | head -1)" /usr/local/bin/perf
Expand Down

0 comments on commit 52ed3fa

Please sign in to comment.