From a2da3747631eb0dbf41d6b5af0f5aabd6e35c8ea Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 22 Jul 2020 13:01:29 -0700 Subject: [PATCH] Update Dockerfile --- chromium/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/chromium/Dockerfile b/chromium/Dockerfile index 65cd2d0..03f90ee 100644 --- a/chromium/Dockerfile +++ b/chromium/Dockerfile @@ -22,6 +22,7 @@ FROM debian:bullseye-slim LABEL maintainer "Jessie Frazelle " # Install Chromium +# Yes, including the Google API Keys sucks but even debian does the same: https://packages.debian.org/stretch/amd64/chromium/filelist RUN apt-get update && apt-get install -y \ chromium \ chromium-l10n \