From a4ce29539812fa1a5f3cb4bf1d85f66ff4184d9f118534c3d25cdc8cc781dd26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Fri, 28 Jun 2024 06:58:04 +0000 Subject: [PATCH] [info=3333fdf36cba7f0e47d6a5f4707176f5] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/ruby-3.3-image?expand=0&rev=65 --- Dockerfile | 2 +- README.md | 7 ++----- ruby-3.3-image.changes | 5 +++++ 3 files changed, 8 insertions(+), 6 deletions(-) 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