File Dockerfile of Package firefox-dev-entrypoint

#!BuildTag: firefox:withdev
#

FROM opensuse/leap:latest

RUN zypper in -y firefox MozillaFirefox-branding-openSUSE xorg-x11-fonts libX11-xcb1 libgtk-3-0 libavcodec58_134 libpulse0 onboard florence at-spi2-core && zypper clean -a

RUN useradd -m user -u 1000
ENV DISPLAY=":0"

COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
openSUSE Build Service is sponsored by