File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -302,26 +302,16 @@ nvm alias default $NODE_VERSION
302302EOF
303303ENV PATH="${NVM_DIR}/versions/node/v${NODE_VERSION}/bin:$PATH"
304304
305- # Install e2fsprogs from backports
306- RUN <<EOF
307- echo 'deb http://deb.debian.org/debian bookworm-backports main' > /etc/apt/sources.list.d/backports.list
308- apt-get update
309- apt-get install -y --no-install-recommends -t bookworm-backports \
310- e2fsprogs
311- rm -rf /var/lib/apt/lists/*
312-
313- sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
314- locale-gen
315- update-locale LANG=en_US.UTF-8
316- EOF
317-
318305# Install dpkg release of xgenext2fs
319306RUN <<EOF
320307curl -fsSL https://github.com/cartesi/genext2fs/releases/download/v${XGENEXT2_VERSION}/xgenext2fs_${TARGETARCH}.deb \
321308 -o /tmp/xgenext2fs.deb
322309dpkg -i /tmp/xgenext2fs.deb
323310rm /tmp/xgenext2fs.deb
324311xgenext2fs --version
312+ sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
313+ locale-gen
314+ update-locale LANG=en_US.UTF-8
325315EOF
326316
327317# Install nodejs packages
You can’t perform that action at this time.
0 commit comments