mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-18 01:32:17 +01:00
fix iceweasel and radarr
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
@@ -3,7 +3,7 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
hicolor-icon-theme \
|
||||
iceweasel \
|
||||
firefox-esr \
|
||||
libgl1-mesa-dri \
|
||||
libgl1-mesa-glx \
|
||||
--no-install-recommends \
|
||||
@@ -11,4 +11,4 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
COPY local.conf /etc/fonts/local.conf
|
||||
|
||||
ENTRYPOINT [ "iceweasel" ]
|
||||
ENTRYPOINT [ "firefox" ]
|
||||
|
||||
Reference in New Issue
Block a user