Add Nextcloud Dockerfile #4
@ -6,7 +6,7 @@
|
||||
FROM node:lts-slim
|
||||
|
||||
# Cache System Dependencies
|
||||
RUN apt-get update && apt-get install -y git php-cli
|
||||
RUN apt-get update && apt-get install -y git php-cli sudo
|
||||
|
||||
# Cache Node Dependencies
|
||||
RUN mkdir -p /var/www/api
|
||||
|
Reference in New Issue
Block a user