mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
remove duplicated installation of bundler
`bundler 2.1.4` is default gem of ruby >= 2.7.1 and installed during ruby installation so we don't need to install it explicitly.
This commit is contained in:
parent
173e5e25a3
commit
47d17b6ffb
@ -49,8 +49,6 @@ make -j"$(nproc)"
|
||||
make install
|
||||
cd "$PWD_ORG" && rm -rf /tmp/ruby
|
||||
|
||||
gem install bundler -N -v 2.1.4
|
||||
|
||||
# PaX-mark ruby
|
||||
# Applying the mark late here does make the build usable on PaX kernels, but
|
||||
# still the build itself must be executed on a non-PaX kernel. It's done here
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user