Add sudo as a dependency.
This commit is contained in:
parent
2ebfcd7fef
commit
39a92e1766
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user