add firefox alpine (#307)

This commit is contained in:
Christian 2017-11-08 16:00:20 +01:00 committed by Jess Frazelle
parent 09faf3df5e
commit 063e601250

14
firefox/alpine/Dockerfile Normal file
View File

@ -0,0 +1,14 @@
FROM alpine:latest
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
RUN apk add --no-cache \
alsa-lib \
ca-certificates \
firefox-esr \
hicolor-icon-theme \
mesa-dri-intel \
mesa-gl \
ttf-dejavu
ENTRYPOINT ["/usr/bin/firefox"]