运行:
make setup
Step 16/20 : COPY Gemfile.lock Gemfile.lock
---> 31e6a187c360
Step 17/20 : RUN bundle install --jobs 20 --retry 5 --without development test
---> Running in 5d633b3f6b85
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
Fetching gem metadata from https://rubygems.org/...........
Your bundle is locked to mimemagic (0.3.3), but that version could not be found
in any of the sources listed in your Gemfile. If you haven't changed sources,
that means the author of mimemagic (0.3.3) has removed it. You'll need to update
your bundle to a version other than mimemagic (0.3.3) that hasn't been removed
in order to install.
ERROR: Service 'app' failed to build: The command '/bin/sh -c bundle install --jobs 20 --retry 5 --without development test' returned a non-zero code: 7
Makefile:3: recipe for target 'setup' failed
make: *** [setup] Error 1