MISASI commited on
Commit
da5b0f5
·
verified ·
1 Parent(s): c8b8bbe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,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
 
 
1
  FROM node:lts
2
 
3
+ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommends git
4
 
5
  RUN git clone https://github.com/dasasdsadsww/deeplx-serverless.git /app
6