Skip to content

Commit

Permalink
feat(sdk): bump e2fsprogs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 18, 2024
1 parent 98098ad commit fa7aa6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-countries-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/sdk": patch
---

bump e2fsprogs
3 changes: 3 additions & 0 deletions packages/sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ USER root
ARG DEBIAN_FRONTEND=noninteractive
RUN <<EOF
set -e
echo 'deb http://deb.debian.org/debian bookworm-backports main' > /etc/apt/sources.list.d/backports.list
apt-get update
apt-get install -y --no-install-recommends \
ca-certificates \
Expand All @@ -83,6 +84,8 @@ apt-get install -y --no-install-recommends \
squashfs-tools \
xxd \
xz-utils
apt-get install -y --no-install-recommends -t bookworm-backports \
e2fsprogs
rm -rf /var/lib/apt/lists/*

sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
Expand Down

0 comments on commit fa7aa6c

Please sign in to comment.