This commit is contained in:
Jessica Frazelle 2014-10-11 13:46:19 -07:00
parent 7fad2c42b5
commit 18ae52a5a1

8
lynx/Dockerfile Normal file
View 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" ]