Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaibault committed Dec 4, 2023
1 parent 81e6799 commit d40d0d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ Include = /etc/pacman.d/mirrorlist' \
--noconfirm \
base $BOOTSTRAP_EXTRA_PACKAGES && \
rm /rootfs/dev/null && \
cp /etc/pacman.d/mirrorlist /rootfs/etc/pacman.d/mirrorlist && \
cp --force /etc/pacman.conf /rootfs/etc/ && \
cp --force /etc/pacman.d/mirrorlist /rootfs/etc/pacman.d/ && \
echo 'en_US.UTF-8 UTF-8' > /rootfs/etc/locale.gen && \
echo 'LANG=en_US.UTF-8' > /rootfs/etc/locale.conf && \
chroot /rootfs locale-gen && \
Expand Down

0 comments on commit d40d0d8

Please sign in to comment.