Add sudo to the website's container.

This commit is contained in:
2025-06-16 15:09:48 -06:00
parent 167d813599
commit 82547068e3

View File

@ -6,7 +6,7 @@
FROM node:lts-slim FROM node:lts-slim
# Cache System Dependencies # 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 # Cache Node Dependencies
RUN mkdir -p /var/www/api RUN mkdir -p /var/www/api