Skip to content

Commit

Permalink
host: add 'gcc-aarch64-linux-gnu'
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Xie <[email protected]>
  • Loading branch information
numbqq committed Dec 23, 2024
1 parent d622e5c commit aaf7342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade &&
fakeroot curl patchutils python3 liblz4-tool linux-base swig aptly acl systemd-container udev g++-10-arm-linux-gnueabihf \
lib32stdc++6 libc6-i386 lib32ncurses6 lib32tinfo6 locales ncurses-base zlib1g:i386 pixz bison libbison-dev flex libfl-dev lib32z1 tzdata cpio \
libglib2.0-dev libtool gettext bsdmainutils bash-completion mtools e2tools e2fsprogs file pigz zstd uuid-runtime fdisk xxd debhelper libelf-dev \
python3-setuptools python3-dev python3-pyelftools libgnutls28-dev
python3-setuptools python3-dev python3-pyelftools libgnutls28-dev gcc-aarch64-linux-gnu
RUN locale-gen en_US.UTF-8
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' TERM=screen

Expand Down
3 changes: 2 additions & 1 deletion config/functions/common-functions
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ prepare_host() {
nfs-kernel-server btrfs-progs ncurses-term p7zip-full kmod dosfstools libc6-dev-armhf-cross libgnutls28-dev \
curl patchutils liblz4-tool linux-base swig aptly acl \
locales ncurses-base pixz dialog systemd-container udev lib32stdc++6 libc6-i386 lib32ncurses5 lib32tinfo5 \
bison libbison-dev flex libfl-dev lib32z1 libglib2.0-dev xxd debhelper libelf-dev python3-setuptools python3-dev python3-pyelftools"
bison libbison-dev flex libfl-dev lib32z1 libglib2.0-dev xxd debhelper libelf-dev python3-setuptools python3-dev python3-pyelftools \
gcc-aarch64-linux-gnu"

# new fs tools + compression
hostdeps="$hostdeps mtools e2tools e2fsprogs file pixz pigz zstd uuid-runtime fdisk"
Expand Down

0 comments on commit aaf7342

Please sign in to comment.