Skip to content
Commits on Source (2)
......@@ -10,7 +10,9 @@ RUN chown www-data. /var/www/images
ENV DEBIAN_FRONTEND noninteractive
RUN apt update
RUN apt full-upgrade -qy
RUN apt install -qy ca-certificates certbot python3-certbot-apache cron smbclient wget libmagickwand-dev
RUN apt install -qy ca-certificates certbot python3-certbot-apache cron smbclient libsmbclient-dev wget libmagickwand-dev vim
RUN pecl install smbclient
RUN docker-php-ext-enable smbclient
COPY logo.png /var/www/images
COPY logo.svg /var/www/images
......