sadg456 commited on
Commit
e07f980
·
verified ·
1 Parent(s): 21ea4f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && \
7
  apt-get install -y git python3 python3-pip tzdata curl && \
8
  rm -rf /var/lib/apt/lists/*
9
  WORKDIR /zmal
10
- RUN git clone https://github.com/kmizmal/sleepy.git
11
  WORKDIR /zmal/sleepy
12
  RUN pip install --no-cache-dir -r requirements.txt
13
  RUN chmod -R 777 /zmal/sleepy
 
7
  apt-get install -y git python3 python3-pip tzdata curl && \
8
  rm -rf /var/lib/apt/lists/*
9
  WORKDIR /zmal
10
+ RUN git clone --depth=1 -b main https://github.com/wyf9/sleepy.git
11
  WORKDIR /zmal/sleepy
12
  RUN pip install --no-cache-dir -r requirements.txt
13
  RUN chmod -R 777 /zmal/sleepy