3 lines
69 B
Docker
3 lines
69 B
Docker
|
|
FROM nextcloud:29
|
||
|
|
|
||
|
|
RUN apt-get update && apt-get install -y smbclient
|