mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
fixes android-arm64 with bookworm
This commit is contained in:
parent
424b61e9ec
commit
7e034e5282
@ -2,7 +2,7 @@ ARG ORG=dockcross
|
|||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
||||||
RUN \
|
RUN \
|
||||||
sed -i '/debian-security/d' /etc/apt/sources.list && \
|
echo Enabled: no >> /etc/apt/sources.list.d/debian.sources && \
|
||||||
dpkg --add-architecture arm64 && \
|
dpkg --add-architecture arm64 && \
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user