Skip to content

Commit

Permalink
Remove unused package build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN committed Jun 5, 2017
1 parent c407073 commit 26bb895
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.4.1

MAINTAINER Pavel.Lobashov "shockwavenn@gmail.com"

RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN apt-get update -qq && apt-get install -y libpq-dev nodejs
COPY ssh/ /root/.ssh/
RUN chmod 600 /root/.ssh/*
RUN mkdir -pv /root/.do && echo "393d5ed4c6182f2e77091ef00d25455a4a9e44440c06c80c7b02df08a6e4aaec" > /root/.do/access_token
Expand Down

0 comments on commit 26bb895

Please sign in to comment.