Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
from python:3.11
|
| 2 |
-
run
|
| 3 |
run git clone https://github.com/rupeshs/fastsdcpu
|
| 4 |
workdir fastsdcpu
|
| 5 |
run chmod +x install.sh
|
|
|
|
| 1 |
from python:3.11
|
| 2 |
+
run apt update -y && apt upgrade -y
|
| 3 |
run git clone https://github.com/rupeshs/fastsdcpu
|
| 4 |
workdir fastsdcpu
|
| 5 |
run chmod +x install.sh
|