File Dockerfile of Package mtui_devel

# 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/mtui_devel:latest opensuse/mtui_devel:%PKG_VERSION% opensuse/mtui_devel:%PKG_VERSION%.%RELEASE%

# hadolint ignore=DL3007
FROM opensuse/tumbleweed

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.mtui_devel
LABEL org.opencontainers.image.title="MTUI devel container"
LABEL org.opencontainers.image.description="MTUI development container"
LABEL org.opencontainers.image.version="%PKG_VERSION%.%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/home/mimi_vx/mtui_devel:%PKG_VERSION%.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL io.containers.autoupdate="registry"
# endlabelprefix

# hadolint ignore=DL3037
RUN zypper -n in -y bat vim-fzf subversion \ 
    python3-pyxdg python3-openqa_client ripgrep python3-pip \
    python3-mypy pyenv universal-ctags code-minimap openssh gawk fzf osc \ 
    zsh sheldon zoxide python3-rpm python3-ruff vim git mc npm \
    python3-looseversion pandoc pandoc-cli python3-uv \
    python3-paramiko python3-requests python3-responses python3-pytest \ 
    python3-pytest-cov python3-pytest-sugar && \
    zypper -n clean -a

COPY SUSE_Trust_Root.pem /etc/pki/trust/anchors/SUSE_Trust_Root.pem
RUN update-ca-certificates
openSUSE Build Service is sponsored by