Skip to content

Commit 063e601

Browse files
koepjessfraz
authored andcommitted
add firefox alpine (#307)
1 parent 09faf3d commit 063e601

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

firefox/alpine/Dockerfile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FROM alpine:latest
2+
3+
LABEL maintainer "Christian Koep <[email protected]>"
4+
5+
RUN apk add --no-cache \
6+
alsa-lib \
7+
ca-certificates \
8+
firefox-esr \
9+
hicolor-icon-theme \
10+
mesa-dri-intel \
11+
mesa-gl \
12+
ttf-dejavu
13+
14+
ENTRYPOINT ["/usr/bin/firefox"]

0 commit comments

Comments
 (0)