Add missing RUN in Dockerfile

This commit is contained in:
Yuya Ochiai 2016-04-26 23:12:06 +09:00
parent 40eecf0dad
commit b65fbf6e5f

View file

@ -8,7 +8,7 @@ USER root
RUN apt-get update && apt-get -y install wget bzip2 zip
# electron-builder
apt-get -y install ruby ruby-dev gcc make icnsutils graphicsmagick xz-utils && gem install fpm
RUN apt-get -y install ruby ruby-dev gcc make icnsutils graphicsmagick xz-utils && gem install fpm
USER xclient
# install Node.js