diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
