1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-27 22:25:40 +02:00
This commit is contained in:
Jessica Frazelle 2014-10-11 13:46:19 -07:00
parent 7fad2c42b5
commit 18ae52a5a1

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