Skip to content

Commit

Permalink
add firefox alpine (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
koep authored and jessfraz committed Nov 8, 2017
1 parent 09faf3d commit 063e601
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions firefox/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FROM alpine:latest

LABEL maintainer "Christian Koep <[email protected]>"

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

0 comments on commit 063e601

Please sign in to comment.