add elf deps.

This commit is contained in:
licsber 2024-03-08 05:56:05 +08:00
parent c7d0793e00
commit c5adda3897
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@ RUN echo $(nproc) && \
apt install -y -qq build-essential clang flex bison g++ gawk \
gcc-multilib g++-multilib gettext git \
libncurses-dev libssl-dev python3-distutils \
libelf-dev python3-pyelftools \
rsync unzip zlib1g-dev file wget \
> /dev/null && \
apt clean > /dev/null && \

View File

@ -9,4 +9,3 @@ TAG=openwrt-lede-env
IMAGE="$REGISTRY/$NAMESPACE/$REPOSITORY:$TAG"
sudo docker build -t "$IMAGE" --file "$DOCKERFILE" .
sudo docker push "$IMAGE"