apt to apt-get
All checks were successful
Build and Push Docker Images / build (push) Successful in 34s

This commit is contained in:
ChrQR 2024-05-30 00:35:53 +02:00
parent 9d1b506f0f
commit fe4613724d

View File

@ -8,7 +8,7 @@ WORKDIR /app
COPY . /app COPY . /app
# Ensure cron is installed # Ensure cron is installed
RUN apt get update && apt get install -y cron RUN apt-get update && apt-get install -y cron
# Install any needed packages specified in requirements.txt # Install any needed packages specified in requirements.txt
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt