diff --git a/Dockerfile b/Dockerfile index db217cf..aa8bb02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/ruby-3.3-image/README.md" -RUN set -euo pipefail; zypper -n in --no-recommends ruby3.3 ruby3.3-rubygem-bundler ruby3.3-devel util-linux curl git-core gcc-c++ sqlite3-devel make gawk timezone; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +RUN set -euo pipefail; zypper -n in --no-recommends ruby3.3 ruby3.3-rubygem-bundler ruby3.3-devel util-linux gcc-c++ sqlite3-devel make timezone curl findutils gawk git-core procps util-linux; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} ENV LANG="C.UTF-8" ENV RUBY_VERSION="%%rb_ver%%" ENV RUBY_MAJOR="%%rb_maj%%" diff --git a/README.md b/README.md index bf220e3..eeec422 100644 --- a/README.md +++ b/README.md @@ -52,16 +52,13 @@ The Ruby image sets the locale environment variable `LANG` to `C.UTF-8`. ## Additional tools -The following additional tools are included in the image: +In addition to the standard SLE BCI development packages the following +additional tools are included in the image: -- curl -- gawk - gcc-c++ -- git-core - make - sqlite3-devel - timezone -- util-linux ## Licensing diff --git a/ruby-3.3-image.changes b/ruby-3.3-image.changes index 6abc0b7..194a6b9 100644 --- a/ruby-3.3-image.changes +++ b/ruby-3.3-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 28 06:52:02 UTC 2024 - Dirk Mueller + +- add standard devel tools back to development containers + ------------------------------------------------------------------- Wed Jun 12 13:21:43 UTC 2024 - Alexandre Vicenzi