From 685f2f5b80222d6b7079c59bfd5b1c5df0e0337e Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 14 Apr 2020 23:11:14 -0600 Subject: Install ncurses and latest bundler --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index e1dddad..ecc934d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- cgit v1.2.3