Skip to content

Commit

Permalink
Merge pull request #260 from ONLYOFFICE/feature/remove-build-ess
Browse files Browse the repository at this point in the history
Remove unused package `build-essential`
  • Loading branch information
ShockwaveNN authored Jun 5, 2017
2 parents c407073 + 26bb895 commit b3b87bf
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 b3b87bf

Please sign in to comment.