update arm build #93

This commit is contained in:
Miroslav Šedivý
2021-10-03 11:14:58 +02:00
parent 21f1415d0e
commit cc4a325fa4
4 changed files with 13 additions and 14 deletions

View File

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