geragency.blogg.se

Dockerfile alpine linux imagemagick rails
Dockerfile alpine linux imagemagick rails









Rails was resolved to 5.1.4, which depends onĪctioncable was resolved to 5.1.4, which depends onĪctionpack was resolved to 5.1.4, which depends onĪctionview was resolved to 5.1.4, which depends on Rails-settings-cached was resolved to 0.6.6, which depends on Make sure that gem install nokogiri -v '1.8.0' succeeds before bundling. mastodon/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/nokogiri-1.8.0/gem_make.outĪn error occurred while installing nokogiri (1.8.0), and Bundler cannot mastodon/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.8.0 for inspection. with-iconv-include=/usr/local/include 2>&1 siteconf2017wfn0xq.rbĮxtconf.rb -with-iconv-lib=/usr/local/lib with-iconv-lib=/usr/local/lib -with-iconv-include=/usr/local/include mastodon/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.8.0/ext/nokogiri Gem::Ext::BuildError: ERROR: Failed to build gem native extension. That's the same thing in the middle, ellipsis!. Step 12/17 : RUN bundle config build.nokogiri -with-iconv-lib=/usr/local/lib -with-iconv-include=/usr/local/include & bundle install -j$(getconf _NPROCESSORS_ONLN) -deployment -without test development & yarn -pure-lockfile & yarn cache cleanįetching gem metadata from. Step 11/17 : COPY Gemfile Gemfile.lock package.json yarn.lock.

dockerfile alpine linux imagemagick rails

configure -prefix=/usr/local & make -j$(getconf _NPROCESSORS_ONLN) & make install & libtool -finish /usr/local/lib & cd /mastodon & rm -rf /tmp/ /var/cache/apk/ Step 10/17 : RUN apk -U upgrade & apk add -t build-dependencies build-base icu-dev libidn-dev libressl libtool postgresql-dev protobuf-dev python & apk add ca-certificates ffmpeg file git icu-libs imagemagick libidn libpq nodejs nodejs-npm protobuf su-exec tini & update-ca-certificates & mkdir -p /tmp/src /opt & wget -O "$YARN_VERSION/yarn-v$YARN_" & echo "$YARN_DOWNLOAD_SHA256 " | sha256sum -c - & tar -xzf -C /tmp/src & rm & mv /tmp/src/yarn-v$YARN_VERSION /opt/yarn & ln -s /opt/yarn/bin/yarn /usr/local/bin/yarn & wget -O "$LIBICONV_" & echo "$LIBICONV_DOWNLOAD_SHA256 " | sha256sum -c - & tar -xzf -C /tmp/src & rm & cd /tmp/src/libiconv-$LIBICONV_VERSION &. Step 3/17 : ENV UID=991 GID=991 RAILS_SERVE_STATIC_FILES=true RAILS_ENV=production NODE_ENV=production Step 2/17 : LABEL maintainer="" description="A GNU Social-compatible microblogging server"











Dockerfile alpine linux imagemagick rails