diff --git a/Dockerfile b/Dockerfile index 9f709b6..5659d75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix -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 awk 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 curl git-core gcc-c++ sqlite3-devel make gawk timezone; 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/ruby-3.3-image.changes b/ruby-3.3-image.changes index 8ee2ee6..f4925f1 100644 --- a/ruby-3.3-image.changes +++ b/ruby-3.3-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 8 10:02:50 UTC 2024 - Dan Čermák + +- use the actual package name in installation + ------------------------------------------------------------------- Tue May 7 19:07:24 UTC 2024 - Dirk Mueller