some chromium tests

This commit is contained in:
mbattista
2021-04-01 13:46:17 +01:00
parent 5ff441582d
commit 9cf824c5ea
4 changed files with 802 additions and 3 deletions

View File

@ -0,0 +1,15 @@
FROM m1k1o/neko:base_arm
#
# install firefox-esr
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends openbox chromium-browser; \
#
# clean up
apt-get clean -y; \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
#
# copy configuation files
COPY supervisord.conf /etc/neko/supervisord/firefox.conf
COPY openbox.xml /etc/neko/openbox.xml