Merge pull request #2102 from aria2/docker-android-add-dpkg-dev

Dockerfile.android: Add dpkg-dev for dpkg-architecture
pull/2107/head
Tatsuhiro Tsujikawa 2023-09-17 21:26:28 +09:00 committed by GitHub
commit e2209a8ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ WORKDIR /root
RUN apt-get update && \
apt-get install -y --no-install-recommends \
unzip bzip2 make binutils autoconf automake autotools-dev autopoint \
libtool pkg-config git curl ca-certificates && \
libtool pkg-config git dpkg-dev curl ca-certificates && \
rm -rf /var/cache/apt/*
# NDK version