forked from github/schildichat-desktop
ruby fpm also needs its dependencies for Fedora
This commit is contained in:
parent
40c598e91b
commit
10a5112285
@ -11,7 +11,7 @@ RUN bash n ${NODE_VERSION}
|
|||||||
RUN npm install -g n
|
RUN npm install -g n
|
||||||
RUN npm install -g yarn
|
RUN npm install -g yarn
|
||||||
RUN npm install -g node-gyp
|
RUN npm install -g node-gyp
|
||||||
RUN gem install --ignore-dependencies --no-user-install --no-document fpm
|
RUN gem install --no-user-install --no-document fpm
|
||||||
|
|
||||||
COPY . /project
|
COPY . /project
|
||||||
WORKDIR /project
|
WORKDIR /project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user