nextcloud-smb/Dockerfiles/Dockerfile
janic 245c3d728e
All checks were successful
continuous-integration/drone/push Build is passing
Added imagemagick
2022-11-14 23:05:08 +01:00

3 lines
132 B
Docker

ARG ARCH=
FROM nextcloud:apache
RUN apt-get update && apt-get install -y procps smbclient imagemagick && rm -rf /var/lib/apt/lists/*