Spaces:
Sleeping
Sleeping
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ ARG LIVE_XL_TAR=live_xl_rel_ubuntu-22.04_202403190741.tar
|
|
10 |
|
11 |
EXPOSE 7860
|
12 |
|
13 |
-
RUN apt-get update -y && apt-get install -y build-essential git curl wget \
|
14 |
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
|
15 |
|
16 |
# The Space container runs with user ID 1000
|
|
|
10 |
|
11 |
EXPOSE 7860
|
12 |
|
13 |
+
RUN apt-get update -y && apt-get install -y build-essential git curl wget tar \
|
14 |
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
|
15 |
|
16 |
# The Space container runs with user ID 1000
|