Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:capfredf
ff-distrobox-image
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package ff-distrobox-image
# 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/ff-distrobox:latest opensuse/ff-distrobox:%PKG_VERSION% opensuse/ff-distrobox:%PKG_VERSION%.%RELEASE% FROM opensuse/distrobox # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.ff-distrobox LABEL org.opencontainers.image.title="FF distrobox" 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/ff-distrobox:%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 modifyrepo --enable -F repo-source ; \ zypper --non-interactive in racket htop ripgrep git vim tmux make curl wl-clipboard fish libgccjit-devel libgccjit0 gcc-c++ texlive-scheme-basic fd \ man-pages-posix coreutils-doc pyenv python311-virtualenv \ emacs-x11 \ # Agda dependencies gmp-devel zlib-devel ncurses-devel \ # Texlive packages texlive-bbm texlive-wrapfig texlive-ulem texlive-capt-of texlive-minted texlive-mathtools texlive-collection-fontsextra ;\ zypper clean -a ;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor