ruby fpm also needs its dependencies for Fedora

This commit is contained in:
su-ex 2023-04-21 12:47:41 +02:00
parent 40c598e91b
commit 10a5112285
No known key found for this signature in database
GPG Key ID: E9E9F6644110943E

View File

@ -11,7 +11,7 @@ RUN bash n ${NODE_VERSION}
RUN npm install -g n
RUN npm install -g yarn
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
WORKDIR /project