Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM python:3.10
|
2 |
|
3 |
|
4 |
-
RUN apk add --no-cache bash
|
5 |
|
6 |
|
7 |
# Get the current timestamp and store it in an environment variable
|
|
|
1 |
FROM python:3.10
|
2 |
|
3 |
|
4 |
+
# RUN apk add --no-cache bash
|
5 |
|
6 |
|
7 |
# Get the current timestamp and store it in an environment variable
|