Page MenuHomePhorge

Dockerfile
No OneTemporary

Authored By
Unknown
Size
342 B
Referenced Files
None
Subscribers
None

Dockerfile

FROM kolab-webapp:latest
USER root
RUN dnf -y install \
--setopt=install_weak_deps=False \
--setopt 'tsflags=nodocs' \
chromium php-xdebug && \
dnf clean all
RUN cd /opt/app-root/src/ && ./artisan dusk:chrome-driver $(rpmquery --queryformat="%{VERSION}" chromium | awk -F'.' '{print $1}')
COPY init.sh /init.sh

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 24, 1:49 PM (3 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18830029
Default Alt Text
Dockerfile (342 B)

Event Timeline