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