Skip to content

Commit

Permalink
Unneeded packages removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Jul 21, 2017
1 parent bd9e8d0 commit aff1533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ruby:2.2.3
MAINTAINER Jonathan Claudius
COPY . /app
RUN apt-get update && \
apt-get install -y build-essential libreadline-dev libssl-dev libpq5 libpq-dev libreadline5 libsqlite3-dev libpcap-dev git-core autoconf postgresql pgadmin3 curl zlib1g-dev libxml2-dev libxslt1-dev vncviewer libyaml-dev curl zlib1g-dev rubygems ruby-dev
apt-get install -y build-essential libreadline-dev libssl-dev libreadline5 libsqlite3-dev libpcap-dev git-core autoconf curl zlib1g-dev libxml2-dev libxslt1-dev libyaml-dev curl zlib1g-dev rubygems ruby-dev
RUN apt-get install -y bc git mongodb
CMD service mongodb start && \
mkdir test && \
Expand Down

0 comments on commit aff1533

Please sign in to comment.