From 82547068e3a98216977d7cf759bf41b12b8c5c29 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 16 Jun 2025 15:09:48 -0600 Subject: [PATCH] Add sudo to the website's container. --- Config/Hyperling.com/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Hyperling.com/Dockerfile b/Config/Hyperling.com/Dockerfile index 9459726..ca35223 100644 --- a/Config/Hyperling.com/Dockerfile +++ b/Config/Hyperling.com/Dockerfile @@ -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