[info=a7edf3c3648106322547e0d3382ae8dc]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/gcc-12-image?expand=0&rev=51
This commit is contained in:
Dan Čermák 2024-06-28 06:54:29 +00:00 committed by Git OBS Bridge
parent ba3a6a05a6
commit bc9589c76e
2 changed files with 6 additions and 1 deletions

View File

@ -39,7 +39,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/gcc-12-image/README.md"
RUN set -euo pipefail; zypper -n in --no-recommends gcc12 gcc12-c++ make gawk; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends gcc12 gcc12-c++ make curl findutils gawk git-core procps util-linux; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
ENV GCC_VERSION="%%gcc_version%%"
# symlink all versioned gcc & g++ binaries to unversioned

View File

@ -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
-------------------------------------------------------------------
Tue Jun 18 17:24:16 UTC 2024 - Dirk Mueller <dmueller@suse.com>