mirror of
https://github.com/AsteroidOS/asteroid.git
synced 2025-12-23 23:38:37 -05:00
Add python3-setuptools to dependencies
Otherwise `devtool` command would fail
This commit is contained in:
committed by
beroset
parent
cfb1fea110
commit
06b0eddbfd
@@ -3,7 +3,7 @@ FROM ubuntu:noble
|
||||
# Install packages required to build AsteroidOS
|
||||
# And add the en_US.utf8 locale because it is required and not installed by default in minimal Ubuntu images
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt update && apt upgrade -y && apt install -y git build-essential cpio diffstat gawk file chrpath texinfo python3 python3-packaging wget shared-mime-info zstd liblz4-tool locales \
|
||||
RUN apt update && apt upgrade -y && apt install -y git build-essential cpio diffstat gawk file chrpath texinfo python3 python3-packaging python3-setuptools wget shared-mime-info zstd liblz4-tool locales \
|
||||
&& rm -rf /var/lib/apt/lists/* && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
|
||||
|
||||
ENV LANG en_US.utf8
|
||||
|
||||
Reference in New Issue
Block a user