Skip to content

Commit

Permalink
Add zstd to arm ubuntu images too
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Nov 6, 2023
1 parent 43dabf5 commit 08e026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN apt-get update \
tar \
ubuntu-advantage-tools \
xz-utils \
zstd \
&& apt-get remove -y unattended-upgrades && apt-get clean && rm -rf /var/lib/apt/lists/*

###############################################################
Expand Down Expand Up @@ -116,7 +117,6 @@ RUN apt-get update \
xxd \
zerofree \
zfsutils-linux \
zstd \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

FROM common AS arm64
Expand Down

0 comments on commit 08e026f

Please sign in to comment.