Update Dockerfile
Browse files- 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/
|
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
|