Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
|
| 2 |
from python:3.11
|
| 3 |
-
RUN --mount=type=secret,id=TOKEN,mode=0444,required=true
|
| 4 |
run apt update -y && apt upgrade -y
|
| 5 |
copy . .
|
| 6 |
run git clone https://github.com/rupeshs/fastsdcpu
|
|
|
|
| 1 |
|
| 2 |
from python:3.11
|
| 3 |
+
RUN --mount=type=secret,id=TOKEN,mode=0444,required=true
|
| 4 |
run apt update -y && apt upgrade -y
|
| 5 |
copy . .
|
| 6 |
run git clone https://github.com/rupeshs/fastsdcpu
|