Projects
home:mollekopf:branches:Kolab:Winterfell
roundcubemail-selfcontained
Dockerfile
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package roundcubemail-selfcontained
FROM quay.io/almalinux/almalinux:8 RUN rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux RUN dnf -y install php php-dom php-gd php-xml php-ldap php-mbstring php-cli php-json php-zip unzip bash git tar gzip wget curl npm which RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"; php composer-setup.php --install-dir=/usr/local/bin --filename=composer ADD buildroundcubemailtarball.sh /buildroundcubemailtarball.sh RUN id default || (groupadd -g 1000 default && useradd -d /home/default/ -u 1000 -g 1000 default) USER 1000 WORKDIR /home/default/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.