4 lines
63 B
Docker
4 lines
63 B
Docker
|
FROM nextcloud:fpm-alpine
|
||
|
|
||
|
RUN apk add --no-cache samba-client
|