fix iceweasel and radarr

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-11-14 09:18:15 -05:00
parent 2c8c3626f7
commit d4c57dbd28
2 changed files with 4 additions and 4 deletions

View File

@@ -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" ]