Skip to content

Commit

Permalink
troll as f T-T
Browse files Browse the repository at this point in the history
  • Loading branch information
hUwUtao committed Jul 31, 2024
1 parent 3c11a33 commit 5a464c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN chmod +x /app/gc.sh

# Install cron and dependencies
RUN apt-get update && \
apt-get install -y extra-runtime-dependencies cron && \
apt-get install -y cron && \
rm -rf /var/lib/apt/lists/*

RUN echo "0 * * * * /usr/bin/sh /app/gc.sh" > /etc/cron.d/clean_cache
Expand Down

0 comments on commit 5a464c3

Please sign in to comment.