Dockerfile: Change to AWS public registry

AWS ECR Public has higher rate limits than Docker Hub.
This commit is contained in:
Johan Gunnarsson 2021-07-21 22:08:37 +02:00
parent 1cb8823151
commit dde9eafa72
1 changed files with 1 additions and 3 deletions

View File

@ -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 \