lemonteaa commited on
Commit
107aa4b
·
1 Parent(s): a032573

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ RUN apt-get update && apt-get install -y git
6
  RUN git clone https://github.com/rupeshs/fastsdcpu
7
 
8
  WORKDIR /code/fastsdcpu
9
- RUN ./install.sh
10
 
11
  CMD ["./start-webui.sh"]
 
6
  RUN git clone https://github.com/rupeshs/fastsdcpu
7
 
8
  WORKDIR /code/fastsdcpu
9
+ RUN sudo ./install.sh
10
 
11
  CMD ["./start-webui.sh"]