From 83ac7915f00d120f09db42ca60316dc745c73cc9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 20 Apr 2020 22:25:22 -0600 Subject: Build minimal image --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index ecc934d..a1dea96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ 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 libncurses6 +RUN apt-get update -y && apt-get install -y libgdbm6 wget libssl1.1 libyaml-0-2 libreadline7 libncurses6 libxml2 COPY --from=ruby-builder /opt/ruby /opt/ruby +RUN env +RUN spandx help -- cgit v1.2.3