mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add firefox alpine (#307)
This commit is contained in:
parent
09faf3df5e
commit
063e601250
14
firefox/alpine/Dockerfile
Normal file
14
firefox/alpine/Dockerfile
Normal 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"]
|
Loading…
Reference in New Issue
Block a user