Fix docker build (#237)

* include package-lock.

* extract intel gpu support from dockerfile.

* update arm support.

* new workflows.

* build intel images.

* add to docs.
This commit is contained in:
Miroslav Šedivý
2023-01-15 20:38:29 +01:00
committed by GitHub
parent cd9ac70cb9
commit 32472a70bc
15 changed files with 15201 additions and 69 deletions

View File

@ -4,7 +4,7 @@ FROM $BASE_IMAGE
#
# install neko chromium
RUN set -eux; apt-get update; \
# TODO: Bring back DRM support with arm32v7/debian:buster-slim image.
# TODO: Bring back DRM support.
apt-get install -y --no-install-recommends chromium openbox; \
#
# clean up