mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-27 22:25:40 +02:00
lynx
This commit is contained in:
parent
7fad2c42b5
commit
18ae52a5a1
8
lynx/Dockerfile
Normal file
8
lynx/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM debian:jessie
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
lynx \
|
||||||
|
--no-install-recommends
|
||||||
|
|
||||||
|
ENTRYPOINT [ "lynx" ]
|
Loading…
x
Reference in New Issue
Block a user