dockerfiles/ircd-devel/Dockerfile

10 lines
163 B
Docker
Raw Normal View History

2015-02-04 05:17:12 +00:00
FROM ubuntu:14.04
RUN apt-get install build-essential
RUN apt-get install git
RUN apt-get install bison flex
RUN apt-get install checkinstall
CMD ["/bin/bash"]