Dockerfile: Change to AWS public registry
AWS ECR Public has higher rate limits than Docker Hub.
This commit is contained in:
parent
1cb8823151
commit
dde9eafa72
|
|
@ -1,12 +1,10 @@
|
|||
# Native amd64
|
||||
FROM debian:buster-slim
|
||||
FROM public.ecr.aws/ubuntu/ubuntu:latest
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && \
|
||||
apt-get --assume-yes \
|
||||
--no-install-recommends \
|
||||
install debootstrap \
|
||||
debian-archive-keyring \
|
||||
ubuntu-archive-keyring \
|
||||
ca-certificates \
|
||||
qemu-user-static \
|
||||
device-tree-compiler \
|
||||
|
|
|
|||
Loading…
Reference in New Issue