diff options
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | config/install.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,5 +7,5 @@ RUN bash /root/install.sh FROM debian:stable-slim ENV PATH="/opt/ruby/bin:${HOME}/.local/bin:${PATH}" ENV RUBYLIB="/opt/spandx-gitlab/lib" -RUN apt-get update -y && apt-get install -y libgdbm6 wget libssl1.1 libyaml-0-2 libreadline7 +RUN apt-get update -y && apt-get install -y libgdbm6 wget libssl1.1 libyaml-0-2 libreadline7 libncurses6 COPY --from=ruby-builder /opt/ruby /opt/ruby diff --git a/config/install.sh b/config/install.sh index 554188c..be133ac 100644 --- a/config/install.sh +++ b/config/install.sh @@ -22,5 +22,5 @@ wget https://rubygems.org/rubygems/rubygems-3.1.2.tgz tar -xf rubygems-3.1.2.tgz cd rubygems-3.1.2 ruby setup.rb -gem install spandx +gem install bundler spandx echo "Done" |
