diff options
| -rw-r--r-- | Dockerfile | 1 | ||||
| -rw-r--r-- | config/install.sh | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,6 @@ FROM debian:stable-slim ENV PATH="/opt/ruby/bin:${HOME}/.local/bin:${PATH}" 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 rm /etc/profile RUN env RUN spandx help diff --git a/config/install.sh b/config/install.sh index 58c1725..83759f4 100644 --- a/config/install.sh +++ b/config/install.sh @@ -24,5 +24,4 @@ cd rubygems-3.1.2 ruby setup.rb gem install bundler spandx rm -fr /opt/ruby/lib/ruby/gems/**/cache/*.gem -rm /etc/profile echo "Done" |
