Update Dockerfile

This commit is contained in:
Jess Frazelle
2020-07-22 13:01:29 -07:00
committed by GitHub
parent 52ac610b57
commit a2da374763

View File

@@ -22,6 +22,7 @@ FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install Chromium # 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 \ RUN apt-get update && apt-get install -y \
chromium \ chromium \
chromium-l10n \ chromium-l10n \