Commit
·
19ecf15
1
Parent(s):
f877487
fix bug
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM
|
| 2 |
|
| 3 |
|
| 4 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
|
|
| 1 |
+
FROM python3.9
|
| 2 |
|
| 3 |
|
| 4 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|