4 lines
79 B
Docker
4 lines
79 B
Docker
|
FROM owncloud/server:latest
|
||
|
|
||
|
RUN apt update && apt install -y glusterfs-client
|