Add sudo as a dependency.

This commit is contained in:
Hyperling 2022-10-29 11:47:35 -05:00
parent 2ebfcd7fef
commit 39a92e1766

View File

@ -3,8 +3,11 @@
FROM node
RUN git clone https://github.com/Hyperling/www www
# Dependencies
RUN apt update && apt install sudo
# Install website
RUN git clone https://github.com/Hyperling/www www
# Run website
RUN www/run.sh