Skip to content

Commit

Permalink
remove docker dependency on graphicsmagick
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel committed Jan 5, 2016
1 parent b47e50e commit ed07595
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .docker/dockerfiles/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ FROM node:0.10

MAINTAINER buildmaster@rocket.chat

RUN apt-get update \
&& apt-get install -y graphicsmagick \
&& rm -rf /var/lib/apt/lists/*

RUN groupadd -r rocketchat \
&& useradd -r -g rocketchat rocketchat \
&& mkdir /app \
Expand Down

0 comments on commit ed07595

Please sign in to comment.