File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN echo "@edge https://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/reposit
4848 && rm libiconv.tar.gz \
4949 && cd /tmp/src/libiconv-$LIBICONV_VERSION \
5050 && ./configure --prefix=/usr/local \
51- && make \
51+ && make -j$(getconf _NPROCESSORS_ONLN) \
5252 && make install \
5353 && libtool --finish /usr/local/lib \
5454 && cd /mastodon \
@@ -57,7 +57,7 @@ RUN echo "@edge https://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/reposit
5757COPY Gemfile Gemfile.lock package.json yarn.lock /mastodon/
5858
5959RUN bundle config build.nokogiri --with-iconv-lib=/usr/local/lib --with-iconv-include=/usr/local/include \
60- && bundle install --deployment --without test development \
60+ && bundle install -j$(getconf _NPROCESSORS_ONLN) - -deployment --without test development \
6161 && yarn --ignore-optional --pure-lockfile
6262
6363COPY . /mastodon
You can’t perform that action at this time.
0 commit comments