Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -4,7 +4,8 @@ FROM debian:stable
|
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
git \
|
6 |
build-essential \
|
7 |
-
libpthread-stubs0-dev
|
|
|
8 |
|
9 |
# Set the working directory inside the container
|
10 |
WORKDIR /app
|
|
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
git \
|
6 |
build-essential \
|
7 |
+
libpthread-stubs0-dev \
|
8 |
+
curl
|
9 |
|
10 |
# Set the working directory inside the container
|
11 |
WORKDIR /app
|