Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM node:lts
|
2 |
|
3 |
-
RUN apt-get update && apt-get install -y git
|
4 |
|
5 |
RUN git clone https://github.com/dasasdsadsww/deeplx-serverless.git /app
|
6 |
|
|
|
1 |
FROM node:lts
|
2 |
|
3 |
+
RUN apt-get update --no-cache && apt-get install -y git
|
4 |
|
5 |
RUN git clone https://github.com/dasasdsadsww/deeplx-serverless.git /app
|
6 |
|