This website works better with JavaScript.
Home
Explore
Impressum/About...
Help
Sign In
m
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add firefox headless dockerfile
master
markuman
3 years ago
parent
05a74fdb01
commit
41a195653a
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
docker/firefox-headless/Dockerfile
+ 5
- 0
docker/firefox-headless/Dockerfile
View File
@ -0,0 +1,5 @@
FROM
alpine:edge
RUN
echo
'http://dl-cdn.alpinelinux.org/alpine/edge/testing'
>> /etc/apk/repositories
RUN
apk update
RUN
apk --no-cache add firefox nodejs nodejs-npm make git
Write
Preview
Loading…
Cancel
Save