Spaces:
Runtime error
Runtime error
Sahil Garg commited on
Commit ·
3503432
1
Parent(s): 9075c7a
docker file updated
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ COPY . .
|
|
| 8 |
|
| 9 |
# -------------------------------
|
| 10 |
# Install system dependencies
|
|
|
|
| 11 |
RUN apt-get update && apt-get install -y \
|
| 12 |
build-essential \
|
| 13 |
curl \
|
|
|
|
| 8 |
|
| 9 |
# -------------------------------
|
| 10 |
# Install system dependencies
|
| 11 |
+
RUN ls -l /app
|
| 12 |
RUN apt-get update && apt-get install -y \
|
| 13 |
build-essential \
|
| 14 |
curl \
|