Archived
2
0

fix chromium path.

This commit is contained in:
m1k1o
2021-04-03 14:18:38 +02:00
parent d530be49f3
commit c501b108de
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ FROM $BASE_IMAGE
# install neko chromium
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends unzip chromium-browser openbox libwidevinecdm0; \
ln -s /usr/bin/chromium-browser /usr/bin/chromium; \
#
# clean up
apt-get --purge autoremove -y unzip; \