File Dockerfile of Package gcc-tw-container
# Specify the license of the container build description (see also the LICENSE file) # SPDX-License-Identifier: MIT # Define the names/tags of the container #!BuildTag: opensuse/gcc-tw:latest opensuse/gcc-tw:%PKG_VERSION% opensuse/gcc-tw:%PKG_VERSION%.%RELEASE% FROM opensuse/tumbleweed # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.gcc-tw LABEL org.opencontainers.image.title="Gcc-Tw container" LABEL org.opencontainers.image.description="This contains nano %PKG_VERSION%" LABEL org.opencontainers.image.version="%PKG_VERSION%.%RELEASE%" LABEL org.opensuse.reference="registry.opensuse.org/opensuse/gcc-tw:%PKG_VERSION%.%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opencontainers.image.created="%BUILDTIME%" # endlabelprefix # Fill the image with content and clean the cache(s) RUN zypper --non-interactive in gmp-devel mpfr-devel mpc-devel gcc gcc-c++ gcc-fortran gcc-devel gcc-ada gcc-go gcc-d dejagnu autoconf213 autogen flex binutils binutils-devel makeinfo make && zypper clean -a