Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
Addedd missing dependencies
· 8d32f34c
Marco Marinello
authored
Dec 15, 2019
Signed-off-by:
Marco Marinello
<
me@marcomarinello.it
>
8d32f34c
Merge branch 'master' of gitlab.fuss.bz.it:fuss-team/fuss-nc
· 62be8c23
Marco Marinello
authored
Dec 15, 2019
62be8c23
Hide whitespace changes
Inline
Side-by-side
nextcloud-fuss/Dockerfile
View file @
62be8c23
...
...
@@ -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
...
...