mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-17 08:34:48 +02:00
Add Alpine variant to Dockerfile examples
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
parent
5b710c7642
commit
e242661c3c
6 changed files with 131 additions and 0 deletions
3
.examples/dockerfiles/smb/fpm-alpine/Dockerfile
Normal file
3
.examples/dockerfiles/smb/fpm-alpine/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM nextcloud:fpm-alpine
|
||||
|
||||
RUN apk add --no-cache samba-client
|
Loading…
Add table
Add a link
Reference in a new issue