adjust the ddagent_source script to not block on starting or installing integration
5 lines
102 B
Docker
5 lines
102 B
Docker
FROM nextcloud:13
|
|
|
|
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|
|
|