diff --git a/Dockerfile b/Dockerfile index 3c3de0b..95bbbf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \