Add missing RUN in Dockerfile
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user