diff --git a/Dockerfile b/Dockerfile --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ MAINTAINER Sébastien Santoro aka Dereckson RUN apt-get update && \ - apt-get install -y curl unzip mysql-client git sudo python libssl-dev pkg-config build-essential && \ + apt-get install -y curl unzip mysql-client git sudo python libssl-dev pkg-config build-essential abiword && \ curl -sL https://deb.nodesource.com/setup_9.x | bash && \ apt-get install -y nodejs && \ rm -r /var/lib/apt/lists/*