Janic Voser 97d018a2d5
All checks were successful
continuous-integration/drone/push Build is passing
revert a902f474e06bbd5e7afe0f7f7d04a6a5159c113b
revert Add php-imagick package
2022-10-20 21:28:30 +02:00

3 lines
120 B
Docker

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