mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 00:14:26 +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
|
||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
||||
RUN \
|
||||
sed -i '/debian-security/d' /etc/apt/sources.list && \
|
||||
echo Enabled: no >> /etc/apt/sources.list.d/debian.sources && \
|
||||
dpkg --add-architecture arm64 && \
|
||||
apt-get update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user