Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM python:3.11.9
|
3 |
|
4 |
# Install jq
|
5 |
-
RUN apt-get update && apt-get install jq
|
6 |
|
7 |
# Set up a new user named "user" with user ID 1000
|
8 |
RUN useradd -m -u 1000 user
|
|
|
2 |
FROM python:3.11.9
|
3 |
|
4 |
# Install jq
|
5 |
+
RUN apt-get update && apt-get install -y jq
|
6 |
|
7 |
# Set up a new user named "user" with user ID 1000
|
8 |
RUN useradd -m -u 1000 user
|