[info=3333fdf36cba7f0e47d6a5f4707176f5]
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/ruby-3.3-image?expand=0&rev=65
This commit is contained in:
parent
c0aeba93ad
commit
a4ce295398
@ -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%%"
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 06:52:02 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- add standard devel tools back to development containers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 13:21:43 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user