Added support for fpm (debian buster)

This commit is contained in:
2019-11-27 12:38:45 -06:00
parent e794a963e8
commit 5871baee0b
15 changed files with 115 additions and 19 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
docker pull nextcloud:17-fpm
docker build $1 \
-t bkraul/nextcloud:17-fpm \
.